Don't say modifiers aren't supported

They're supported by regress as of v0.10.5.
This commit is contained in:
Oliver Hamlet
2026-01-21 17:55:56 +00:00
parent 7015db6211
commit 8a7190bfd3
-1
View File
@@ -11,7 +11,6 @@ This is the structure that brings all the others together, and forms the main co
Regular expression plugin filenames must be written in a modified `ECMAScript <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions>`_ syntax. Notable differences include:
- `Modifiers <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Modifier>`_ are not supported.
- Some ``\p{}`` and ``\P{}`` `Unicode character class escapes <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Unicode_character_class_escape>`_ are not supported.
Regular expression plugin filenames are prefixed with ``^`` and suffixed with ``$`` to ensure they match whole filenames, and are case-insensitive and Unicode-aware (as if they're created with the ``i`` and ``u`` flags).