Answers for "node js remove non-numeric charaters from string"

2

js remove all non numeric from string

numString = myString.replace(/\D/g,'');
Posted by: Guest on October-24-2020

Code answers related to "node js remove non-numeric charaters from string"

Code answers related to "Javascript"

Browse Popular Code Answers by Language