regexpattern 2.1.0
regexpattern: ^2.1.0 copied to clipboard
Flutter list of regex pattern with purpose for string validation
[2.1.0] - 09/06/2022 #
- Add isAlphabetNumeric & alphaNumericSymbolOnly
[2.0.1] - 09/27/2021 #
- Set RegVal.hasMatch variable nullable
[2.0.0] - 09/25/2021 #
- Migrate to null-safety
[1.0.0] - 08/26/2020 #
- Rename RegexValidation to RegVal
- Create String extension to simplify string matching to regex
[0.2.4] - 08/26/2020 #
- Fix URL Pattern to accept url from "Medium" website which having "@" on the url
[0.2.3] - 04/30/2020 #
- Add comment in regex_pattern.dart
[0.2.2] - 04/30/2020 #
- Add regex pattern password with allowed whitespace.
[0.2.1] - 04/30/2020 #
- Update readme.md.
[0.2.0] - 04/30/2020 #
- Add regex pattern password.
[0.1.2] - 04/28/2020 #
- Update license.
[0.1.1] - 04/28/2020 #
- Renaming document regex var to doc.
[0.1.0] - 04/28/2020 #
- Initial Release.