Regular Expressions 101

Community Patterns

Match a string

0

Regular Expression
PCRE (PHP <7.3)

/
([a-zA-Z]+[" "])?{{ ((\d+)\.(\w+))+ }}((([" "])[a-zA-Z]+)?)+
/
gm

Description

For Stackoverflow by Sufiyan Ghori

Submitted by anonymous - 6 years ago