Regular Expressions 101

Community Patterns

Create escaping operation

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^(.+)(?<!\\)((?:\\\\)*)(\!\=|(?<!\!|\<|\>)=|\<\=|\>\=)(.+)$
/
gm

Description

Parse operation to execute : = equal != not equal <= inferior

= superior

Submitted by Yggdragstyle - 3 years ago