mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 20:17:24 +02:00
Documentation fix for backreferences example. Fixes issue #33.
This commit is contained in:
@ -106,7 +106,7 @@ An escape character followed by a digit /n/, where /n/ is in the range 1-9,
|
||||
matches the same string that was matched by sub-expression /n/. For example
|
||||
the expression:
|
||||
|
||||
[pre ^\\(a\*\\).\*\\1$]
|
||||
[pre ^\\(a\*\\)\[\^a\]\*\\1$]
|
||||
|
||||
Will match the string:
|
||||
|
||||
|
Reference in New Issue
Block a user