From f996efb1e15443556d381b56047aeef2cc1ed473 Mon Sep 17 00:00:00 2001
From: John Maddock
The following character class names are support by Boost.Regex:
+The following character class names are always supported by Boost.Regex:
-
The following character classes are only supported by Unicode + Regular Expressions: that is those that use the u32regex type. The + names used are the same as those from + Chapter 4 of the Unicode standard.
+Short Name | +Long Name | +
+ | +ASCII | +
+ | +Any | +
+ | +Assigned | +
C* | +Other | +
Cc | +Control | +
Cf | +Format | +
Cn | +Not Assigned | +
Co | +Private Use | +
Cs | +Surrogate | +
L* | +Letter | +
Ll | +Lowercase Letter | +
Lm | +Modifier Letter | +
Lo | +Other Letter | +
Lt | +Titlecase | +
Lu | +Uppercase Letter | +
M* | +Mark | +
Mc | +Spacing Combining Mark | +
Me | +Enclosing Mark | +
Mn | +Non-Spacing Mark | +
N* | +Number | +
Nd | +Decimal Digit Number | +
Nl | +Letter Number | +
No | +Other Number | +
P* | +Punctuation | +
Pc | +Connector Punctuation | +
Pd | +Dash Punctuation | +
Pe | +Close Punctuation | +
Pf | +Final Punctuation | +
Pi | +Initial Punctuation | +
Po | +Other Punctuation | +
Ps | +Open Punctuation | +
S* | +Symbol | +
Sc | +Currency Symbol | +
Sk | +Modifier Symbol | +
Sm | +Math Symbol | +
So | +Other Symbol | +
Z* | +Separator | +
Zl | +Line Separator | +
Zp | +Paragraph Separator | +
Zs | +Space Separator | +
Revised +
+Revised - 09 Aug 2004 + 10 Jan 2005
-© Copyright John Maddock 2004
+© Copyright John Maddock 2004-5
Use, modification and distribution are subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/character_class_names.html b/doc/character_class_names.html index dbaa8c6e..576e45d0 100644 --- a/doc/character_class_names.html +++ b/doc/character_class_names.html @@ -24,7 +24,13 @@The following character class names are support by Boost.Regex:
+The following character class names are always supported by Boost.Regex:
-
The following character classes are only supported by Unicode + Regular Expressions: that is those that use the u32regex type. The + names used are the same as those from + Chapter 4 of the Unicode standard.
+Short Name | +Long Name | +
+ | +ASCII | +
+ | +Any | +
+ | +Assigned | +
C* | +Other | +
Cc | +Control | +
Cf | +Format | +
Cn | +Not Assigned | +
Co | +Private Use | +
Cs | +Surrogate | +
L* | +Letter | +
Ll | +Lowercase Letter | +
Lm | +Modifier Letter | +
Lo | +Other Letter | +
Lt | +Titlecase | +
Lu | +Uppercase Letter | +
M* | +Mark | +
Mc | +Spacing Combining Mark | +
Me | +Enclosing Mark | +
Mn | +Non-Spacing Mark | +
N* | +Number | +
Nd | +Decimal Digit Number | +
Nl | +Letter Number | +
No | +Other Number | +
P* | +Punctuation | +
Pc | +Connector Punctuation | +
Pd | +Dash Punctuation | +
Pe | +Close Punctuation | +
Pf | +Final Punctuation | +
Pi | +Initial Punctuation | +
Po | +Other Punctuation | +
Ps | +Open Punctuation | +
S* | +Symbol | +
Sc | +Currency Symbol | +
Sk | +Modifier Symbol | +
Sm | +Math Symbol | +
So | +Other Symbol | +
Z* | +Separator | +
Zl | +Line Separator | +
Zp | +Paragraph Separator | +
Zs | +Space Separator | +
Revised +
+Revised - 09 Aug 2004 + 10 Jan 2005
-© Copyright John Maddock 2004
+© Copyright John Maddock 2004-5
Use, modification and distribution are subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)