Regular Expressions 101

Community Patterns

regular expression to match any logical sentential expression recursively

0

Regular Expression
PCRE (PHP <7.3)

/
(~?[A-z]|~?\((?R)\))(?: ?([|&]|->|<->) ?(~?[A-z]|~?\((?R)\)))*
/
gm

Description

no description available

Submitted by anonymous - 4 years ago