Regular Expressions 101

Community Patterns

0

pW

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

Search between Start Anchor and first word with two characters

0

Regular Expression
PCRE (PHP <7.3)

/
Social:(?<cRegexGroupsName>.*?)\s[^\W]{2}\s
/
gm

Description

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