Regular Expressions 101

Community Patterns

1

test

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

Ebay

PCRE (PHP <7.3)
no description available
Submitted by Sasan - 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