regex_transformer 0.1.0+2 copy "regex_transformer: ^0.1.0+2" to clipboard
regex_transformer: ^0.1.0+2 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.1.0+2

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
30
points
17
downloads

Publisher

verified publisherjamesalex.dev

Weekly Downloads

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

BSD-2-Clause (license)

Dependencies

expressions, meta

More

Packages that depend on regex_transformer