Microsoft
Software
Hardware
Network
Question : regular expression 1-100 and decimals
I need a reg exp for a number from 1 to 100 and also excepting two decimal places
1 = T
100 = T
50.5 = T
75.75 = T
101 = F
.034 = F
50.755 = F
Answer : regular expression 1-100 and decimals
If you are testing for the exact string, then you can add the start/end of line markers:
1:
^(?:100|\d{1,2}(?:\.\d{1,2})?)$
Random Solutions
access gridview checkbox and rotate though rows to save
Sync Access database contacts with Exchange Contacts list
backup multiple DBs in script
Builidng a new computer
Can I enable encryption on the Motorola Droid?
Globally Hide Mouse after Inactive without using constantly running Timer Interval
Access 2007Nz and nvl functions don't work on report field with a Sum if no records are present
What's the probability of an American being killed by a terrorist? 1970's 1980's 1990's 2000's
Update Panel not loading DropDown
NAT on ASA to a remote server