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

Transforms text by taking capture groups matched by a [RegExp] and outputting them as plain text and/or evaluating them as expressions, as defined by an output template.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add regex_transformer

With Flutter:

 $ flutter pub add regex_transformer

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

dependencies:
  regex_transformer: ^1.0.0

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_transformer/regex_transformer.dart';
2
likes
120
pub points
66%
popularity

Publisher

verified publisherjamesalex.dev

Transforms text by taking capture groups matched by a [RegExp] and outputting them as plain text and/or evaluating them as expressions, as defined by an output template.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

expressions

More

Packages that depend on regex_transformer