From Jason Turner

[tab:re.traits.classnames]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpvacvskx6/{from.md → to.md} +0 -20
tmp/tmpvacvskx6/{from.md → to.md} RENAMED
@@ -1,20 +0,0 @@
1
- **Table: Character class names and corresponding `ctype` masks** <a id="tab:re.traits.classnames">[tab:re.traits.classnames]</a>
2
-
3
- | Narrow character name | Wide character name | Corresponding `ctype_base::mask` value |
4
- | --------------------- | ------------------- | -------------------------------------- |
5
- | `"alnum"` | `L"alnum"` | `ctype_base::alnum` |
6
- | `"alpha"` | `L"alpha"` | `ctype_base::alpha` |
7
- | `"blank"` | `L"blank"` | `ctype_base::blank` |
8
- | `"cntrl"` | `L"cntrl"` | `ctype_base::cntrl` |
9
- | `"digit"` | `L"digit"` | `ctype_base::digit` |
10
- | `"d"` | `L"d"` | `ctype_base::digit` |
11
- | `"graph"` | `L"graph"` | `ctype_base::graph` |
12
- | `"lower"` | `L"lower"` | `ctype_base::lower` |
13
- | `"print"` | `L"print"` | `ctype_base::print` |
14
- | `"punct"` | `L"punct"` | `ctype_base::punct` |
15
- | `"space"` | `L"space"` | `ctype_base::space` |
16
- | `"s"` | `L"s"` | `ctype_base::space` |
17
- | `"upper"` | `L"upper"` | `ctype_base::upper` |
18
- | `"w"` | `L"w"` | `ctype_base::alnum` |
19
- | `"xdigit"` | `L"xdigit"` | `ctype_base::xdigit` |
20
-