Home
last modified time | relevance | path

Searched refs:Backreferences (Results 1 – 7 of 7) sorted by relevance

/external/llvm/unittests/Support/
DRegexTest.cpp64 TEST_F(RegexTest, Backreferences) { in TEST_F() argument
/external/llvm-project/llvm/unittests/Support/
DRegexTest.cpp63 TEST_F(RegexTest, Backreferences) { in TEST_F() argument
/external/python/cpython2/Doc/howto/
Dregex.rst833 Backreferences in a pattern allow you to specify that the contents of an earlier
847 Backreferences like this aren't often useful for just searching through a string
1157 Backreferences, such as ``\6``, are replaced with the substring matched by the
/external/python/cpython3/Doc/howto/
Dregex.rst855 Backreferences in a pattern allow you to specify that the contents of an earlier
869 Backreferences like this aren't often useful for just searching through a string
1178 Backreferences, such as ``\6``, are replaced with the substring matched by the
/external/python/cpython2/Doc/library/
Dre.rst656 so forth. Unknown escapes such as ``\j`` are left alone. Backreferences, such
/external/python/cpython3/Doc/library/
Dre.rst856 Backreferences, such
/external/pcre/dist2/doc/
Dpcre2.txt2157 highest backreference. Backreferences such as \4 or \g{12} match the
6676 backreference can be coded as \g{name}. Backreferences are discussed