Add string module

This commit is contained in:
Shunsuke Shibayama 2022-10-21 11:24:23 +09:00
parent f99c788b85
commit 1356ce399b
5 changed files with 28 additions and 9 deletions

View file

@ -0,0 +1,10 @@
.ascii_letters: Str
.ascii_lowercase: Str
.ascii_uppercase: Str
.digits: Str
.hexdigits: Str
.octdigits: Str
.punctuation: Str
.printable: Str
.whitespace: Str
.Formatter: ClassType