regextst.cpp | 467 // Avoid the use of REGEX_FIND test macro, which has 483 // REGEX_FIND("(?>(abc{2,4}?))(c*)", "<0>ab<1>cc</1><2>ccc</2></0>ddd"); 484 // REGEX_FIND("(X([abc=X]+)+X)|(y[abc=]+)", "=XX===================="); 3130 void RegexTest::regex_find(const UnicodeString &pattern, function in class:RegexTest [all...] |