Is there support for a regular expression using a Unicode character class (see
http://msdn2.microsoft.com/en-us/library/20bw873z(vs.80).aspx). For example, if I want a regex that accepts any Greek word, I could use "\p{IsGreek}+". The SyntaxEditor RegEx documentation doesn't mention this construct.
If it's not supported, is there any straight-foward work-around? I poked around at maybe doing something with "LexicalPattern", but didn't find anything that looked promising.
http://msdn2.microsoft.com/en-us/library/20bw873z(vs.80).aspx). For example, if I want a regex that accepts any Greek word, I could use "\p{IsGreek}+". The SyntaxEditor RegEx documentation doesn't mention this construct.
If it's not supported, is there any straight-foward work-around? I poked around at maybe doing something with "LexicalPattern", but didn't find anything that looked promising.