diff --git a/README.md b/README.md index 4806472..f8dc925 100644 --- a/README.md +++ b/README.md @@ -858,7 +858,7 @@ Notice that nearly every feature below has at least subtle differences from Java ✔ Error if named capture used
✔ Allows leading 0s

- All subroutines (incl. named):
+ All subroutines (incl. named):
✔ Allowed before reffed group
✔ Can be nested (any depth)
✔ Reuses flags from the reffed group (ignores local flags)
@@ -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.