Regular Expressions 101

Community Patterns

0

teste

PCRE2 (PHP >=7.3)
teste
Submitted by anonymous - 2 years ago
0

email with cyrillic

Java 8
email with cyrillic
Submitted by Mpchest - 2 years ago
0

my_lib

PCRE2 (PHP >=7.3)
without numbers
Submitted by anonymous - 2 years ago
0

First_Tests

PCRE2 (PHP >=7.3)
first tests
Submitted by anonymous - 2 years ago

Match word or phrase not preceded by another word or phrase

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^(?!notword)(?:(?!notword).)*yesword
/
gm

Description

Loading markdown...
Submitted by anonymous - 2 years ago