get rid of everything except numbers in a string js code example Example: javascript remove all but numbers string.replace(/[^0-9]/g, '');