isMatch doesnt work, or am I doing something wrong?

0
Hi, I have a descision action with the following isMatch function: isMatch('\w+((-|+|.)\w+)@\w+([.-]?\w+)(.\w{2,6})+', $Application/ContactEmailAddress) I used the EmailRegEx from the community commons and used paul@gmail.com as a test email address. For some reason I get a false back. When I use a wrong email address, I also get a false back. Am I doing something wrong here?
asked
0 answers