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
WINDOWS 2003 SP2 MEMBER SERVER TO 2003 R2
Localized Date format
Cancel a tween in Flash CS4
Asterisk 1.6 incomming call hang up
How do I implement a vlan for a hotel.
Internet searches getting redirected to advertising websites
How to run app on local machine and display results in web page
Virtual Memory
XP - can boot into safe mode, but not safe mode with networking. Also can't boot normally
Export Access 2010 Report to CSV with Headers?