javascript get numeric value from string code example Example: js get number from string thenum = "foo3bar5".match(/\d+/)[0] // "3"