View Single Post
Dr!fter
The Salt Boss
Join Date: Mar 2007
Old 07-19-2018 , 11:04   Re: Can't compile regex expression.
Reply With Quote #6

Regex re = new Regex("[\\pSo]", PCRE_UTF8, error, sizeof(error), iError);

Seems to work here is a list of what it captures.
https://www.fileformat.info/info/uni...ry/So/list.htm
Dr!fter is offline