mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Fix syntax formatting in docs.
Replaces https://github.com/boostorg/regex/pull/107.
This commit is contained in:
@ -217,7 +217,7 @@ if you really want an empty alternative use [^(?:)] as a placeholder, for exampl
|
||||
|
||||
[h4 Character sets]
|
||||
|
||||
A character set is a bracket-expression starting with [^[] and ending with [^]],
|
||||
A character set is a bracket-expression starting with [^\[] and ending with [^\]],
|
||||
it defines a set of characters, and matches any single character that is a
|
||||
member of that set.
|
||||
|
||||
|
Reference in New Issue
Block a user