Searched refs:wErrorText (Results 1 – 1 of 1) sorted by relevance
256 std::wstring wErrorText = std::regex_replace(wResult, wFilterRegex, L""); in FilterWithRegex() local257 std::string errorText = StringUtils::ToString(wErrorText); in FilterWithRegex()