iregexp 0.1.0 copy "iregexp: ^0.1.0" to clipboard
iregexp: ^0.1.0 copied to clipboard

A Dart library for I-Regexp: An Interoperable Regexp Format

example/example.dart

import 'package:iregexp/iregexp.dart';

// An example of using the IRegexp class.
void main() {
  final iRegexp = IRegexp('[0-9]+.[0-9]+.[0-9]+');
  print(iRegexp.matches('1.2.3')); // true
  print(iRegexp.matches('foo')); // false
}
0
likes
0
pub points
42%
popularity

Publisher

verified publisherkarapetov.com

A Dart library for I-Regexp: An Interoperable Regexp Format

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

petitparser

More

Packages that depend on iregexp