/ Published in: C#
Expand |
Embed | Plain Text
Floating point number: [-+]?[0-9]*\.?[0-9]+ Email: \w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)* Zipcode: ^(?!0{5})(\d{5})(?!-?0{4})(-?\d{4})?$ 4-digit number: ^\d{4}$ Date: \d{1,2}:\d{2} [aApP]M)|(\d{1,2}/\d{1,2}/\d{4} Time: ^((([0]?[1-9]|1[0-2])(:|\.)[0-5][0-9]((:|\.)[0-5][0-9])?( )?(AM|am|aM|Am|PM|pm|pM|Pm))|(([0]?[0-9]|1[0-9]|2[0-3])(:|\.)[0-5][0-9]((:|\.)[0-5][0-9])?))$ Number of characters: ^[\s\S]{0,2000}$ Strip punctionation: \p{P}
Comments
Subscribe to comments
- Posted By: krisdb on February 19, 2008
- Posted By: krisdb on February 28, 2008
You need to login to post a comment.
