js strip all non numeric characters from number code example Example: js remove all non numeric from string numString = myString.replace(/\D/g,'');