Posted 19 years ago
by Sébastien Hivon

Hi
I have the following regex paterns: PatternValue="[\d\w]" and it doesn't get specials characters. Like this one: ﺡ
I have made another application and that use .net regex and those characters are catched by \w.
I have the following regex paterns: PatternValue="[\d\w]" and it doesn't get specials characters. Like this one: ﺡ
I have made another application and that use .net regex and those characters are catched by \w.