Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

javascript remove non numeric chars from string keep dot

var s = "-12345.50 €".replace(/[^d.-]/g, ''); // gives "-12345.50"
Comment

PREVIOUS NEXT
Code Example
Javascript :: pass header in ajax 
Javascript :: remove all node_modules folders recursively 
Javascript :: javascript find shortest word in string 
Javascript :: js get custom attribute 
Javascript :: add background image to div using jquery 
Javascript :: change background colour jquery 
Javascript :: domain regex 
Javascript :: update node js ubuntu 
Javascript :: jquery continue each loop 
Javascript :: console.log object to json 
Javascript :: js save local storage 
Javascript :: how to get current screen name in react native 
Javascript :: react get route path 
Javascript :: javascript anagram check 
Javascript :: react native italic text 
Javascript :: js loop ul 
Javascript :: JS get length of an object 
Javascript :: random date generator javascript 
Javascript :: Codewars JS Beginner Series #3 Sum of Numbers 
Javascript :: regex email javascript 
Javascript :: js detect mobile 
Javascript :: js localstorage boolean 
Javascript :: js random string 
Javascript :: Get random name from an array in javascript 
Javascript :: if is array javascript 
Javascript :: navigate to url javascript 
Javascript :: python json dump to file 
Javascript :: radio button checked event jquery 
Javascript :: yarn add material ui 
Javascript :: NullInjectorError: R3InjectorError httpclient 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =