Regular Expressions 101

Community Patterns

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

Search between Start Anchor and first word with two characters

Submitted by anonymous - 3 years ago