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

Email address regular expression as close as possible to the specification in RFC 6531.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rfc_6531

With Flutter:

 $ flutter pub add rfc_6531

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

dependencies:
  rfc_6531: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:rfc_6531/rfc_6531.dart';
1
likes
150
points
23
downloads

Publisher

verified publishermichaeldark.dev

Weekly Downloads

Email address regular expression as close as possible to the specification in RFC 6531.

Repository (GitHub)
View/report issues

Topics

#validation #email #rfc #rfc-6531

Documentation

API reference

License

MIT (license)

More

Packages that depend on rfc_6531