mirror of
https://github.com/boostorg/regex.git
synced 2025-07-30 04:27:22 +02:00
Apply patch from https://svn.boost.org/trac/boost/ticket/10682
This commit is contained in:
@ -156,7 +156,7 @@ An expression of the form `[[.col.]` matches the collating element /col/.
|
||||
A collating element is any single character, or any sequence of
|
||||
characters that collates as a single unit. Collating elements may also
|
||||
be used as the end point of a range, for example: `[[.ae.]-c]` matches
|
||||
the character sequence "ae", plus any single character in the rangle "ae"-c,
|
||||
the character sequence "ae", plus any single character in the range "ae"-c,
|
||||
assuming that "ae" is treated as a single collating element in the current locale.
|
||||
|
||||
Collating elements may be used in place of escapes (which are not
|
||||
|
Reference in New Issue
Block a user