enchanted_regex 1.0.7 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';