If somebody like the post and its helpful in your work then, add comments.

Sunday, November 30, 2008

Regular Expression for InfoPath Pattern matching

Sr. No Type Regular Expression
1 Email \p{L}+@\p{L}+\.com
2 Number \d+
3 Strings
4 Date and Time
5 URI
6 Phone Numbers \(\d\d\d\) \d\d\d\-\d\d\d\d
7 Zip Code \d\d\d\d\d
8 Social Securtiy No \d\d\d\-\d\d\-\d\d\d\d
9

No comments:

Post a Comment