regex_transformer 0.2.0-nullsafety copy "regex_transformer: ^0.2.0-nullsafety" to clipboard
regex_transformer: ^0.2.0-nullsafety copied to clipboard

outdated

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

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

dependencies:
  regex_transformer: ^0.2.0-nullsafety

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:regex_transformer/regex_transformer.dart';
2
likes
0
pub points
40%
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

License

unknown (LICENSE)

Dependencies

expressions

More

Packages that depend on regex_transformer