Searched refs:Backreferences (Results 1 – 7 of 7) sorted by relevance
64 TEST_F(RegexTest, Backreferences) { in TEST_F() argument
63 TEST_F(RegexTest, Backreferences) { in TEST_F() argument
833 Backreferences in a pattern allow you to specify that the contents of an earlier847 Backreferences like this aren't often useful for just searching through a string1157 Backreferences, such as ``\6``, are replaced with the substring matched by the
855 Backreferences in a pattern allow you to specify that the contents of an earlier869 Backreferences like this aren't often useful for just searching through a string1178 Backreferences, such as ``\6``, are replaced with the substring matched by the
656 so forth. Unknown escapes such as ``\j`` are left alone. Backreferences, such
856 Backreferences, such
2157 highest backreference. Backreferences such as \4 or \g{12} match the6676 backreference can be coded as \g{name}. Backreferences are discussed