I would like to print only contact number leaving country code aside using regular expressions. Let us assume a table with 2 contacts
PHONENO
-----------
+89-8646538468
+0222-4684653453465
EXPECTING OUTPUT:
PHONENO
----------------
8646538468
4684653453465