Skip to content

Tags: bleargh45/Data-FormValidator-Constraints-NumberPhone

Tags

v0.03

Toggle v0.03's commit message
Mark a v0.03 release.

v0.02

Toggle v0.02's commit message
Factor out a "FV_telephone()" method, to validate phone numbers for a…

…ny country.

While "FV_american_phone()" is nice, its not of use when wanting to
validate numbers for other countries.  So, factor out a "FV_telephone()"
method which requires a list of country codes (e.g. "US", "CA", "UK") to
be passed in and which it can then use to validate the telephone number
to ensure that its valid in one of those countries.

v0.01

Toggle v0.01's commit message
Initial import of code.