Hi, I have the follow regex and works perfectly, however, with Client Dependency didn't work.
var mailRegEx = new RegExp(/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+(?:[A-Z]{2}|com|org|net|edu|gov|mil|biz|info|mobi|name|aero|asia|jobs|museum|[a-z]{2})\b$/);
Regex with clientdependency
Hi, I have the follow regex and works perfectly, however, with Client Dependency didn't work.
Does anyone knows about this issue?
Thanks
is working on a reply...