utils/pattern library
Classes
- FzPattern
-
Strict Pattern
Symbol ^ and $ in pattern is to make sure all the string value following the pattern
Regex will return
false
if any of the characters do not follow the pattern. Example: Email Pattern
false
if any of the characters do not follow the pattern.
Example: Email Pattern