prexp 0.0.1 copy "prexp: ^0.0.1" to clipboard
prexp: ^0.0.1 copied to clipboard

discontinuedreplaced by: routingkit

Convert the path string to a regular expression, such as `/users/:name` and the like.

Prexp (Path to Regular Expression) #

import 'package:prexp/prexp.dart';

void main() {
  final fn = match('/users/:name');
  print(fn('/users/John'));
}
1
likes
0
pub points
4%
popularity

Publisher

verified publisherodroe.com

Convert the path string to a regular expression, such as `/users/:name` and the like.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on prexp