Hello,
I am trying to use the following regular expression pattern in my validation procedures. It is used to determine whether an email is valid or not.
^(\b[\w\.-]+@[\w\.-]+\.\w{2,4}\b)?$
I know it's valid. See here - http://www.pagecolumn.com/tool/regtest.htm
But I'm finding syntax problems when I try to paste this into the "String Pattern" piece of the MatchRegEx function. Please see screenshot below.
Please advise.