regexpattern 1.0.0
regexpattern: ^1.0.0 copied to clipboard
Flutter list of regex pattern with purpose for string validation
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.