MathTop
文档
/
函数参考
chop_string 函数
删除文本的最后一个字符。
语法
Chop(text)
chop_string(text)
参数与选项
text
文本值,通常写在引号中。
示例
删除末字符
Chop('value')
返回 valu。
相关函数与文档
chomp_string
substring