Select a phone number from the text
This calculator uses regular expressions to select phone numbers from a large block of text
By user's request, we have created a small utility calculator to select the phone numbers from a large block of text by user's request. The calculator uses regular expressions, for more info see Regular expression tester.
Input the text and you will receive a list of numbers appearing in that text.
For reference, we used this regular expression: +?(\d?)[\s-()]?(\d{3})[\s-()]?(\d{3})[\s-()]?(\d{2})[\s-()]?(\d{2})
URL copied to clipboard
Similar calculators
PLANETCALC, Select a phone number from the text
Comments