in reply to Identifying and parsing numbers
/^([+-]?(?=\d|\.\d)\d*\.?\d*)([a-z]+)$/ [download]
/^([+-]?(?:\d+\.?\d*|\.\d+))([a-z]+)$/ [download]