Regular Expressions 101

Community Patterns

Defects special char regex

0

Regular Expression
PCRE (PHP <7.3)

/
(\S*\$|\%|\&\S*)|(\S*\#.*?\s|\{.*?\}|\=\(\S*)|(\S*\w*\:\))
/
mgi

Description

Looking for reasonable terms with a special char in them

Submitted by anonymous - 3 years ago