Variables | |
| const int | apostrophe = 1 |
| const int | percent = 2 |
| const int | control = 3 |
| const int | currency = 4 |
| const int | symbol = 5 |
| const int | letter = 6 |
| const int | digit = 7 |
| const int | punctuation = 8 |
| const int | whitespace = 9 |
| const int | decimal = 10 |
| const int | hyphen = 11 |
| const int | thousand = 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.4