mirror of
https://github.com/boostorg/regex.git
synced 2025-07-25 18:17:27 +02:00
Merge changes in Trunk.
[SVN r50499]
This commit is contained in:
@ -23,6 +23,7 @@ should be sent to output as follows:
|
||||
[[$'][Outputs all the text following the end of the current match.]]
|
||||
[[$$][Outputs a literal '$']]
|
||||
[[$n][Outputs what matched the n'th sub-expression.]]
|
||||
[[${n}][Outputs what matched the n'th sub-expression.]]
|
||||
]
|
||||
|
||||
Any $-placeholder sequence not listed above, results in '$' being treated
|
||||
|
Reference in New Issue
Block a user