Regular Expressions 101

Community Patterns

0

bhno_02

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

regex 1

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

Before a word

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^(.*)((?<=Wood ))
/

Description

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