Regex Not Matching Unicode
Posted
by cam
on Stack Overflow
See other posts from Stack Overflow
or by cam
Published on 2010-03-29T13:31:43Z
Indexed on
2010/03/29
13:33 UTC
Read the original article
Hit count: 558
How would I go about using Regex to match Unicode strings? I'm loading in a couple keywords from a text file and using them with Regex on another file. The keywords both contain unicode (such á, etc). I'm not sure where the problem is. Is there some option I have to set?
© Stack Overflow or respective owner