oniguruma_native 1.0.0 copy "oniguruma_native: ^1.0.0" to clipboard
oniguruma_native: ^1.0.0 copied to clipboard

Oniguruma regex bindings for Dart on every platform — native dart:ffi on IO, WebAssembly on web — behind one vscode-oniguruma-compatible OnigScanner API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add oniguruma_native

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  oniguruma_native: ^1.0.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:oniguruma_native/oniguruma_native.dart';
1
likes
0
points
23
downloads

Publisher

verified publisherbirju.dev

Weekly Downloads

Oniguruma regex bindings for Dart on every platform — native dart:ffi on IO, WebAssembly on web — behind one vscode-oniguruma-compatible OnigScanner API.

Repository (GitHub)
View/report issues

Topics

#oniguruma #regex #regexp #unicode #textmate

License

unknown (license)

Dependencies

archive, code_assets, crypto, ffi, hooks, native_toolchain_c

More

Packages that depend on oniguruma_native