[quote user="Jon Summers"]
Bruce Reeves SRNS
Using std::regex
[/quote]
Sorry - my mistake. I *was* using std::wregex.
[quote user="Jon Summers"]Perhaps you omitted some code when you originally posted[/quote]
Again, my omission. I *am* using FindTextParametersPtr.
I am currently using FindText() to find fractions (L"[-?\\d+/-?\\d+]"), but I'm returning individual digits, not complete fractions. Maybe I need to try some of the other FindTextParameters (like SetMatchWholeWords) ?
I've pretty much abandoned trying to search for characters > 128. Now I'm trying a second FindText(), looking fot fractinos that represent those >128 value characters...