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
how to save blackberry notes
Net Use returns "System error 64 has occurred. The specified network name is no longer available."
Intermittent internet connectivity for PCs in small remote office
SQL union to fill date data series gaps for SSRS year on year chart
Reverse DNS does not match SMTP Banner
Microsoft Information Store stalling issues
Exchange 2003 Email Delays
View generated source with vb.net httpwebrequest
Why is my line-height not the same in IE and firefox??
XY Chart Label feature