mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 20:17:24 +02:00
Add note about ] being a special character in some situations.
This commit is contained in:
@ -28,6 +28,8 @@ following special characters:
|
||||
|
||||
[pre .\[{}()\\\*+?|^$]
|
||||
|
||||
Other characters are special only in certain situations - for example `]` is special only after an opening `[`.
|
||||
|
||||
[h4 Wildcard]
|
||||
|
||||
The single character '.' when used outside of a character set will match
|
||||
|
Reference in New Issue
Block a user