inRange
Check if the string (when interpreted as a number) falls within a range. Returns true
if within bounds.
Examples
Check if "42"
is between 10 and 100:
"42".inRange(10, 100)
inRange
Check if the string (when interpreted as a number) falls within a range. Returns true
if within bounds.
Check if "42"
is between 10 and 100:
"42".inRange(10, 100)