We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d843c2a commit 6273badCopy full SHA for 6273bad
part-II/readme.md
@@ -3266,9 +3266,9 @@ Some applications involve strings taken from a restricted alphabet. In such appl
3266
| LOWERCASE | 26 | 5 | abcdefghijklmnopqrstuvwxyz |
3267
| UPPERCASE | 26 | 5 | ABCDEFGHIJKLMNOPQRSTUVWXYZ |
3268
| BASE64 | 64 | 6 | ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/ |
3269
-| ASCII | 128 | 7 | ASCII | characters |
3270
-| EXTENDED_ASCII | 256 | 8 | extended | ASCII | characters |
3271
-| UNICODE16 | 65536 | 16 | Unicode | characters
+| ASCII | 128 | 7 | ASCII characters |
+| EXTENDED_ASCII | 256 | 8 | extended ASCII characters |
+| UNICODE16 | 65536 | 16 | Unicode characters |
3272
3273
3274
0 commit comments