enchanted_regex 1.0.7 copy "enchanted_regex: ^1.0.7" to clipboard
enchanted_regex: ^1.0.7 copied to clipboard

A package that enhances dart regex api. Mainly when working with named group's.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add enchanted_regex

With Flutter:

 $ flutter pub add enchanted_regex

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

dependencies:
  enchanted_regex: ^1.0.7

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:enchanted_regex/enchanted_regex.dart';
1
likes
150
points
68
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

A package that enhances dart regex api. Mainly when working with named group's.

Repository (GitHub)
View/report issues

Topics

#regex #utils

Documentation

API reference

License

MIT (license)

Dependencies

enchanted_collection

More

Packages that depend on enchanted_regex