Match accented characters with a regular expr.
Hi,
I'm trying to match strings that consist of alphabetical characters which represent user names, with a regular expression, the problem is that some of them have accented vowels like ( Ã ), and I haven't found a way to catch those cases. Thanks for your help.
|