Regular Expressions 101

Community Patterns

g

0

Regular Expression
PCRE (PHP <7.3)

/
^[\s]*\ba\s+\"[^\"]*\S[^\"]*\"\s+(\(\s*[-0-9]+\s*,\s*[-0-9]+\s*\)\s*)+$
/
gm

Description

g

Submitted by anonymous - 4 years ago