Files
clang-p2996/llvm/lib/Support/Regex.cpp
Igor Kudrin 28b7e281d4 [Support] Add \g<ref> backreferences in Regex::sub() (#67220)
The existing format of backreferences, `\<ref>`, does not allow digits
to be placed directly after the reference because they are included in
the reference number. The new format solves this problem by adding
explicit delimiters.
2023-10-12 00:24:45 +07:00

6.7 KiB