Asked By SYMWongATo
15-Apr-07 08:50 PM
Try this one:
([\w\-\.]+)@((\[([0-9]{1,3}\.){3}[0-9]{1,3}\])|(([\w\-]+\.)+)([a-zA-Z]{2,4}))
You need to remove the beginning ^ and ending $ from any regular expression
you try to use in InfoPath, otherwise you'll get back an error.
---
S.Y.M. Wong-A-Ton