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