Closed YomesInc closed 4 years ago
Regular expression previously implemented in #219 did not work in browsers that do not support lookbehind in regular expressions.
This was fixed by separating the code to normalize operators and predefined variables separately without using lookbehind in the regex.
@maoznir please review and merge
@maoznir Done 👍 Rebased on top of the latest from master.
master
Regular expression previously implemented in #219 did not work in browsers that do not support lookbehind in regular expressions.
This was fixed by separating the code to normalize operators and predefined variables separately without using lookbehind in the regex.