Regular Expressions 101

Community Patterns

CPE466 Lab 1 Word Delimiter

1

Regular Expression
PCRE (PHP <7.3)

/
\s+|,|\s-+\s|:|;|\(|\)|(\s+|^)'|'(\s+|$)|^'|"|\.{3}
/
gm

Description

no description available

Submitted by anonymous - 9 years ago