mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 22:02:08 +02:00
Added | to the list of characters that are not literals.
[SVN r14139]
This commit is contained in:
@ -46,7 +46,7 @@ expression compilation. </p>
|
|||||||
|
|
||||||
<p><i>Literals</i> </p>
|
<p><i>Literals</i> </p>
|
||||||
|
|
||||||
<p>All characters are literals except: ".",
|
<p>All characters are literals except: ".", "|",
|
||||||
"*", "?", "+", "(",
|
"*", "?", "+", "(",
|
||||||
")", "{", "}", "[",
|
")", "{", "}", "[",
|
||||||
"]", "^", "$" and "\".
|
"]", "^", "$" and "\".
|
||||||
|
Reference in New Issue
Block a user