mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Added \ as a non-literal character (oversight).
[SVN r11717]
This commit is contained in:
@ -51,10 +51,10 @@ expression compilation. </p>
|
|||||||
<p>All characters are literals except: ".",
|
<p>All characters are literals except: ".",
|
||||||
"*", "?", "+", "(",
|
"*", "?", "+", "(",
|
||||||
")", "{", "}", "[",
|
")", "{", "}", "[",
|
||||||
"]", "^" and "$". These characters
|
"]", "^", "$" and "\".
|
||||||
are literals when preceded by a "\". A literal is a
|
These characters are literals when preceded by a "\". A
|
||||||
character that matches itself, or matches the result of
|
literal is a character that matches itself, or matches the result
|
||||||
traits_type::translate(), where traits_type is the traits
|
of traits_type::translate(), where traits_type is the traits
|
||||||
template parameter to class reg_expression. <br>
|
template parameter to class reg_expression. <br>
|
||||||
<br>
|
<br>
|
||||||
</p>
|
</p>
|
||||||
|
Reference in New Issue
Block a user