oniguruma_dart 1.0.1
oniguruma_dart: ^1.0.1 copied to clipboard
A pure-Dart port of the Oniguruma regex engine (backtracking bytecode VM). Full Unicode, ~28 encodings, an idiomatic String API. No FFI; verified against the C library.
1.0.1 #
- Docs: add "Advanced features" and "Examples" sections to the README, with
runnable examples for possessive quantifiers, atomic groups, subroutine calls
and recursion (
\g<name>/\g<0>), conditionals, variable-length look-behind,\K/\R/\X, character-class set operations, POSIX classes, Unicode properties, and inline modifiers. - Docs: copyediting and formatting cleanup across the package documentation.
1.0.0 #
Initial release.