Regular Expressions 101

Community Patterns

matching regex and logical pattern from a string

0

Regular Expression
PCRE (PHP <7.3)

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

Description

no description available

Submitted by haris - 8 years ago