is-number
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
multi-integer-range
Parses and manipulates multiple comma-separated integer ranges (eg 1-3,8-10)
parse-int-x
Parses a string argument and returns an integer of the specified radix.