libphonenumber-csharp
libphonenumber-csharp copied to clipboard
Add is valid check for a phone number string and multiple regions
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.