Get the number in the string
pass in a string with a number
getNumber('Chrome123.33')// '123.33'.getNumber('234test.88')// '234.88'. Copy
getNumber('Chrome123.33')// '123.33'.getNumber('234test.88')// '234.88'.
1.0.1
Get the number in the string