Regular Expressions 101

Community Patterns

3

Forum user validation

PCRE (PHP <7.3)
Pedro al DAMS
Submitted by giacomo - 8 years ago
1

Dates

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
1

a

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
1

xslt

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
1

Exercicio 5

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
1

Exercicio 1

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
1

6

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago

Match a string that is equal to a string before a '='

1

Regular Expression
PCRE (PHP <7.3)

/
(?:^|\s)(?'arg1'[a-z]+)=(?P=arg1)
/
g

Description

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