Use REGEX to filter emails
Hi guys,
I was reading that ACC understands REGEX using LIKE operator. So I used
@email LIKE '^[A-Za-z]+[A-Za-z0-9\._-]+@[A-Za-z0-9\.-]+\.[A-Za-z]{2,5}[\.]*$'
to filter all emails that matches the REGEX expression, however it its returning 0 results.
Is this the correct way to use it or am I missing something?
Thank you!
- Raúl