Skip to content

Commit

Permalink
Readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
slevithan committed Jan 22, 2025
1 parent a29ed1a commit ec96517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ Notice that nearly every feature below has at least subtle differences from Java
✔ Error if named capture used<br>
✔ Allows leading 0s<br>
<br>
All subroutines (incl. named):<br>
<i>All subroutines (incl. named):</i><br>
✔ Allowed before reffed group<br>
✔ Can be nested (any depth)<br>
✔ Reuses flags from the reffed group (ignores local flags)<br>
Expand Down Expand Up @@ -1016,7 +1016,7 @@ The following throw errors since they aren't yet supported. They're all extremel

See also the [supported features](#-supported-features) table (above) which describes some additional rarely-used sub-features that aren't yet supported.

Note that **Oniguruma-To-ES supports 99.9+%** of real-world Oniguruma regexes, based on a sample of tens of thousands of regexes used in TextMate grammars. Of the unsupported features listed above, conditionals were used in three regexes, and the rest weren't used at all. Some Oniguruma features are so exotic that they're not used in *any* public code on GitHub.
Note that **Oniguruma-To-ES supports 99.9+% of real-world Oniguruma regexes**, based on a sample of tens of thousands of regexes used in TextMate grammars. Of the unsupported features listed above, conditionals were used in three regexes, and the rest weren't used at all. Some Oniguruma features are so exotic that they're not used in *any* public code on GitHub.

Contributions are welcome if you want to add support for currently unsupported features.

Expand Down

0 comments on commit ec96517

Please sign in to comment.