Welcome! Log In Create A New Profile

Advanced

Replacement for IsNumeric()

Posted by Sebastian Arnold 
Sebastian Arnold
Replacement for IsNumeric()
August 09, 2016 01:30PM
A few weeks ago I discovered that

IsNumeric("02NST2")

returns True. Well, I don't agree with this result.

So I needed a workaround. And this is what I ended up with:

MatchRegularExpression("02NST2","[0-9]+") -> False

HTH
Sebastian
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: