string.integer.parse < 100
Here's an actual validator I'm trying to build
I want the input to be a number, potentialy in string form, and less than 28.
How do I build a check on the output of the parse?
I want the input to be a number, potentialy in string form, and less than 28.
How do I build a check on the output of the parse?