This class can be used to validate and manipulate text strings in a few ways.
Currently it provides means to parse and validate a text string with a phone number using a separate configuration file that defines parameters like acceptable country codes, separator characters, valid format mask, length limits, as well options to validate the the phone number using an external API.
The class can also validate email address checking if they match an acceptable validation pattern, as well using an external validation API. |