...Another way would be to convert the text to an int then back to text and compare it with the original text.
I think the second option is much easier =D
Do I just make a "number" variable and set it to my text or is there a better way of converting text into int?
Edit: Actually, that doesn't work, it outputs "NaN" to the int var...
You might try regex.
Thanks, but I think I'll go with R0J0's solution.
Edit: Oh sorry, I thought regex was a plugin =D
How do I use regex?