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

outdated

Validating: Phone, Name, PostalCode, Email, URL, Currency, IP Address, Date, Time, HTMLTags, Password (Strong), Password (Medium), Credit Card. for Dart/Flutter Developers.

example/main.dart

import 'package:fzregex/fzregex.dart';

main() {
  print(validator.email('example@example.co.in')); // true

  print(validator.url(
      'https://storage.googleapis.com/frazilegradients/assets/data/gradients.php')); // true

  print(validator.currency('£1000')); // true

  print(validator.ip('67.52.159.38')); // true

  print(validator.time('14:34 GMT -5')); // true

  print(validator.htmlTags('<strong>Bold</strong>\n'
      '<em>Emphazied</em>\n'
      '<b>Bold</b>\n'
      '<i>Italics</i>\n'
      '<hr />')); // true
}
165
likes
0
pub points
89%
popularity

Publisher

verified publisherfrazile.com

Validating: Phone, Name, PostalCode, Email, URL, Currency, IP Address, Date, Time, HTMLTags, Password (Strong), Password (Medium), Credit Card. for Dart/Flutter Developers.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on fzregex