magic.lambda.strings:魔术的字符串操作插件 源码
魔术Lambda琴弦 该项目包含Magic的字符串操作插槽。 更具体地说,它为您提供以下插槽。 [strings.replace] -将指定参数的出现替换为其指定参数的值 [strings.replace-not-of] -替换在string中找到的所有字符,但在单个参数中找到的字符除外 [strings.capitalize] -将字符串中的第一个字符转换为CAPS [strings.concat] -连接两个或多个字符串 [strings.contains] -如果指定的字符串包含给定的参数,则返回true [strings.ends-with] -如果指定的字符串以指定的参数结尾,则返回true [strings.starts-with] -如果指定的字符串以其参数开头,则返回true [strings.join] -将多个字符串连接在一起,每个字符串之间使用分隔符 [st
文件列表
magic_lambda_strings-master.zip
(预估有个38文件)
magic.lambda.strings-master
.github
workflows
build.yaml
2KB
LICENSE.txt
7KB
magic.lambda.strings.sln
2KB
magic.lambda.strings
magic.lambda.strings.csproj
2KB
dev_magic.lambda.strings.csproj
539B
misc
暂无评论