localregex 3.0.5 copy "localregex: ^3.0.5" to clipboard
localregex: ^3.0.5 copied to clipboard

Collection of regex patterns commonly used in Zimbabwe. Regex patterns include mobile numbers, passports, vehicle license plates, driver's license, email addresses and passwords

3.0.5 #

  • Dates regex Matches YYYY-MM-DD or YYYY/MM/DD for now

3.0.4 #

  • URL Regex

3.0.3 #

  • VoIP numbers validation

3.0.2+4 #

  • Regex consistency

3.0.2+3 #

  • Password regex: Add more special characters

3.0.2+2 #

  • PasswordTextFormField: dispose controller

3.0.2+1 #

  • PasswordTextFormField: styling

3.0.2 #

  • PasswordTextFormField

3.0.1 #

  • Fixed password regex

3.0.0+1 #

  • Updated README.md
  • Documentation

3.0.0 #

  • This version brings breaking changes which need to be carefully looked into.
  • All methods are now static which means no more declaration and initialization
  • Changes into naming of methods e.g isZwMobile => isValidZimMobile to make them more descriptive
  • Password validation is now available
LocalRegex.isValidPassword

2.0.3+1 #

  • Fixed minor bug for numbers formatted in weird ways

2.0.3 #

  • Properly formatted code

2.0.2 #

  • Fixed email regex bug

2.0.1+1 #

  • Code formatting

2.0.1 #

  • Allow 6 or 7 national id numbers (old and new id numbers)

2.0.0 #

  • Mobile number formatting
  • Null safety migration

1.0.2 #

  • Fixed + sign bug on mobile numbers
  • Removed duplicate characters on email validation

1.0.1 #

  • Improved email validation

1.0.0 #

  • Improved for easy usability
  • Updated/totally changed assertion methods
  • New method to assert all mobile numbers at once
  • Assertion methods:
  • isEmail, isNetone, isTelecel, isEconet, isZwMobile, isZw (for National Id, isZwPassport, isZwNumberPlate, isZwNumberPlate

0.0.1 #

First release of localregex

22
likes
140
pub points
72%
popularity

Publisher

verified publisheriamngoni.co.zw

Collection of regex patterns commonly used in Zimbabwe. Regex patterns include mobile numbers, passports, vehicle license plates, driver's license, email addresses and passwords

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on localregex