libfsm icon indicating copy to clipboard operation
libfsm copied to clipboard

Ideally the PCRE dialect should detect unsupported features and give an appropriate error

Open sfstewman opened this issue 4 years ago • 0 comments

Things that would be nice to detect:

  • backrefs
  • look-behind assertions
  • look-ahead assertions
  • Any other PCRE features that aren't regular and require backtracking.

sfstewman avatar Jun 24 '20 06:06 sfstewman