Using std::regex, my expression passes the "test", however, when I then use that same expression in FindText(), it finds nothing. When I dump out the TextBlock "string", I see that certain "characters" are internally converted, and that *may* have something to do with the text not being found. For example, the "copyright" character, when extracted to string (textBlock->ToString() ) actually prints out as "19/64"....
↧