regex.guide icon indicating copy to clipboard operation
regex.guide copied to clipboard

Add the “negated lookbehind” match

Open pacdiv opened this issue 4 years ago • 1 comments

Do you want to request a feature or report a bug? Feature.

What is the expected behavior? As a user, I want to be able to use the “negated lookbehind”, written (?<!y)x, to match 'x' only if 'x' is not preceded by 'y'. More info at https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions#special-negative-lookbehind.

pacdiv avatar Sep 19 '19 10:09 pacdiv

I would like to attempt this.

drwm-base avatar Nov 14 '19 02:11 drwm-base