mirror of
https://github.com/boostorg/regex.git
synced 2025-07-30 04:27:22 +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 .\[{}()\\\*+?|^$]
|
[pre .\[{}()\\\*+?|^$]
|
||||||
|
|
||||||
|
Other characters are special only in certain situations - for example `]` is special only after an opening `[`.
|
||||||
|
|
||||||
[h4 Wildcard]
|
[h4 Wildcard]
|
||||||
|
|
||||||
The single character '.' when used outside of a character set will match
|
The single character '.' when used outside of a character set will match
|
||||||
|
Reference in New Issue
Block a user