libphonenumber-csharp icon indicating copy to clipboard operation
libphonenumber-csharp copied to clipboard

Add is valid check for a phone number string and multiple regions

Open StephenPAdams opened this issue 9 years ago • 0 comments

This will allow someone to take input from a form and a single region code (or a list of region codes) that is whitelisted by their application and validate that the phone number is valid for that region or regions. An example would be someone enters a US number and the form should accept US and Canadian numbers. They can now validate against that easily.

StephenPAdams avatar Jan 21 '16 03:01 StephenPAdams