eslint-plugin-no-lookahead-lookbehind-regexp icon indicating copy to clipboard operation
eslint-plugin-no-lookahead-lookbehind-regexp copied to clipboard

Reporting lookahead not supported in IOS

Open latel opened this issue 1 year ago • 1 comments

image

It's seems lookahead and negative lookahead is well supported in all browsers, see documents below:

  • https://caniuse.com/?search=js-regexp-lookahead
  • https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Lookahead_assertion

latel avatar Feb 29 '24 03:02 latel

I think this may get fixed by PR #6

dasa avatar Apr 03 '24 16:04 dasa