First page Back Continue Last page Overview Graphics
More Problems with Numeric Backreferences
Concatenation is unsafe (think of “\1” and “1”)
This could cause problems for code generators
Traditional styles of escaping don't help. About the best solution is to use (?:\1) or /x and spaces to separate the components.
It would be nice to have a syntax that would let us avoid these problems
So we invented one....