Regular Expressions 101

Community Patterns

test

1

Regular Expression
PCRE (PHP <7.3)

/
([0-9]+)\s+([-.a-zA-Z0-9]+)\s+(\(([-.a-zA-Z0-9]+)\))?(.*)$
/
gm

Description

no description available

Submitted by anonymous - 8 years ago