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
Help with mysql delete duplicates query
yum install 7 Zip
Ho Do you Create a timeline Planner/diary in vb.net
When the same MS Word 2007 Application runs on different machines, Forms on one machine may have darker shades of gray than on another. Why?
MailMerge: filter results from Access
Apache authentication using the GET method. Is it possible?
How to deny write to the desktop for users?
Inline attachments with Lotus Notes
SQL Server 2008 Licensing
ASP.Net C#, MS SQL