Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-06-03 17:18
Flavor·PCRE2 (PHP)

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

Description

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

= superior

Submitted by Yggdragstyle