Hi,
I have a requirement to check in a field that it should contain only alphabets A -Z (both upper and lower case) , numbers 0 - 9, symbols like .,-,\ and latin set like ÀÈÌÒÙàè.
Can someone please guide how should i be writing the regex expression and also explain the syntax.
Appreciate your help in advance, Thank you.