oniguruma_dart 1.0.1 copy "oniguruma_dart: ^1.0.1" to clipboard
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.

1
likes
160
points
170
downloads

Documentation

API reference

Publisher

verified publisherbirju.dev

Weekly Downloads

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.

Repository (GitHub)
View/report issues
Contributing

Topics

#regex #regexp #oniguruma #regular-expression #unicode

License

BSD-2-Clause (license)

More

Packages that depend on oniguruma_dart