Regex : Matching phone numbers starting with NNN and having 10 numbers
- by NetCaster
I need to match phone numbers that :
start with 010 or 012 or 016 or 019
Consist of 10 numbers exactly
can you please help me on how to match numbers using PHP and regex
thanks