mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Add } to the list of special characters and regenerate docs.
[SVN r65410]
This commit is contained in:
@ -25,7 +25,7 @@ Boost.Regex by passing the flag `extended` to the regex constructor, for example
|
||||
In POSIX-Extended regular expressions, all characters match themselves except for
|
||||
the following special characters:
|
||||
|
||||
[pre .\[{()\\\*+?|^$]
|
||||
[pre .\[{}()\\\*+?|^$]
|
||||
|
||||
[h4 Wildcard:]
|
||||
|
||||
|
Reference in New Issue
Block a user