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
Sharing camcorder footage
The SELECT permission was denied on the object 'sysdtspackages90', database 'msdb', schema 'dbo'.
look up table value with sql
Exchange Active Sync and self assigned certificates
How to set Public Folder "Retention" so that if a public folder is accidently deleted it can easily be recovered through Outlook or PFDAVadmin
WebService Client problem
web design vs dev
Flex 3 Datefield and DateChooser
Migrate SBS 2003 to Server 2008 R2
Remove row if column B and C are empty