I want to creating regex to remove some matching string, the string is phone number
Example user input phone number like this:
+jfalkjfkl saj f62 81 7876 asdadad30 asasda36
then output will be like this:
628178763036
at the moment with my current regex ^[\+\sa-zA-Z]+
it can select the part +jfalkjfkl saj f
What is the regex so it also can select the space bewteen number?
e.g:
62(select the space here)81
, 81(select the space here)7876