forked from boostorg/regex
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: ".",
|
||||
"*", "?", "+", "(",
|
||||
")", "{", "}", "[",
|
||||
"]", "^" and "$". These characters
|
||||
are literals when preceded by a "\". A literal is a
|
||||
character that matches itself, or matches the result of
|
||||
traits_type::translate(), where traits_type is the traits
|
||||
"]", "^", "$" and "\".
|
||||
These characters are literals when preceded by a "\". A
|
||||
literal is a character that matches itself, or matches the result
|
||||
of traits_type::translate(), where traits_type is the traits
|
||||
template parameter to class reg_expression. <br>
|
||||
<br>
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user