Hi
How do i extract phone numbers from a string using regular expression.
Ex: string Content = "this is string declaration , i have to get this phone number 9902007447 from the string and other 9906007887 test sasa +919087654343 tst sa 919800762222"
Output:
9902007447,9906007887 ,+919087654343 ,919800762222
Thanks
Santosh