Lo all,

Which is faster for checking that user input is numeric, using the 
look_like_number function or a compiled regex?
The number in question is a positive 4 digit integer.

Which would be faster if I also had to check that the number was
in 24hr clock format?
ie one regex to do that or looks_like_number followed by another
regex?

Thx

John

Reply via email to