Hello guys,
I have following string:
String str= "COO OPP (404) 851-1331 ext. 1520 "
I want to get result as (404) 851-1331 ext. 1520 like this by using regular expression only.
Can anyone provide me exact regular expression for the same.
Thanks,