从字符串的开头和结尾删除指定的字符 支持的平台:视窗和 Mac OS 签名(vl-string-trim char-set str)
返回值类型:字符串 修剪任何字符后的str 值。 发布信息
释放: 例子(vl-string-trim " \t\n" " \t\n STR \n\t ") "STR" (vl-string-trim "this is junk" "this is junk Don't call this junk! this is junk") "Don't call this junk!" (vl-string-trim " " " Leave me alone ") "Leave me alone" |
|Archiver|CAD开发者社区 ( 苏ICP备2022047690号-1 苏公网安备32011402011833)
GMT+8, 2024-12-15 14:42
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.