I have a variable which it contains a telephone number in a sentence, to know it better it is like this "tel": "Tel: 01.78.99.93.06",
now I need to get just numbers and put in another variable the out put should be like this var nom="0178999306"
.
How I can do it with jQuery and JavaScript?
Appreciate very much