Hi guys. I am having trouble grasping regular expression (like many im guessing).
Anyways, I need a regular expression that will accept the following.
A number between 0 and 100 and .5 values are acceptable.
Eg. 40.5 is acceptable but 40.4 or 40.7 is not acceptable.
Thanks very much
Anyways, I need a regular expression that will accept the following.
A number between 0 and 100 and .5 values are acceptable.
Eg. 40.5 is acceptable but 40.4 or 40.7 is not acceptable.
Thanks very much
