Commit 1b8f752
std.regex: document backreferences in the syntax table
The pattern syntax table listed named groups and referred to "direct
numbers" in passing, but had no entry for backreferences themselves,
making them look unsupported. Add a row describing `\1`, `\2`, ...,
including the multi-digit case.1 parent 2285aed commit 1b8f752
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
214 | 219 | | |
215 | 220 | | |
216 | 221 | | |
| |||
0 commit comments