How do I extract phone numbers from a long string using regex. Here a phone number is a simple 10 digit number, no formatting eg. 1234567890, 0000000000
Possible duplicate : Extracting phone number from string
But here the accepted answer, just matches numbers (single digit, double digit, etc.. & not necessarily 10 digit phone numbers)