string:混沌语言的字符串库

时间:2021-04-25 02:21:52
【文件属性】:
文件名称:string:混沌语言的字符串库
文件大小:13KB
文件格式:ZIP
更新时间:2021-04-25 02:21:52
C 混沌语言的字符串库。 您可以使用以下命令安装此咒语: occultist install string 并使用以下命令导入: import string 字符串运算 str string.upper(str s) 使字符串s的所有字符均为大写。 kaos> string.upper("hello world") HELLO WORLD str string.lower(str s) 使字符串s的所有字符均为小写。 kaos> import string kaos> string.lower("HeLlO WoRLd") hello world str string.capitalize(str s) 将字符串s大写。 kaos> string.capitalize("hello world") Hello world str string.concat(str s1, s
【文件预览】:
string-master
----.github()
--------workflows()
----make.bat(1KB)
----occultist.json(365B)
----test.out(647B)
----dev.kaos(71B)
----LICENSE(7KB)
----test.sh(264B)
----README.md(6KB)
----Makefile(1KB)
----string.c(22KB)
----.gitignore(230B)
----test.kaos(2KB)
----test.bat(290B)

网友评论