Regular Expressions 101

Community Patterns

matching regex and boolean patterns in a string

2

Regular Expression
PCRE (PHP <7.3)

/
([A-Za-z0-9\._]+?)\s*(=|~|>|<)\s*(\".+?\"|[^\s)]+)
/
g

Description

no description available

Submitted by haris - 8 years ago