regex_builder 0.1.0+9 copy "regex_builder: ^0.1.0+9" to clipboard
regex_builder: ^0.1.0+9 copied to clipboard

A Dart library that allows you to write regular expression in a declarative way.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add regex_builder

With Flutter:

 $ flutter pub add regex_builder

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

dependencies:
  regex_builder: ^0.1.0+9

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

Import it

Now in your Dart code, you can use:

import 'package:regex_builder/regex_builder.dart';
9
likes
160
points
0
downloads

Publisher

verified publisherailton.dev

Weekly Downloads

A Dart library that allows you to write regular expression in a declarative way.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

meta

More

Packages that depend on regex_builder