mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-01 05:11:09 +00:00
Add string module
This commit is contained in:
parent
f99c788b85
commit
1356ce399b
5 changed files with 28 additions and 9 deletions
10
compiler/erg_compiler/lib/pystd/string.d.er
Normal file
10
compiler/erg_compiler/lib/pystd/string.d.er
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue