Hi,
I dont understand this, but I tried to put:
[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}
and
\b[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b
and
(\b[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b)
In
Button properties
->Set condition
-> matches pattern
->custom pattern
But it prompts:
The pattern is not valid??? Why?
I have tried another 5 different email patterns (based on various blogs) but none of them work correctly, but this is first time the pattern is not even accepted. http://www.regular-expressions.info/index.html Is too much for me. I only want to now what is the correct pattern for email. Please help me.
-Valtteri