MathTop

chop_string 函数

删除文本的最后一个字符。

语法

  • Chop(text)
  • chop_string(text)

参数与选项

text文本值,通常写在引号中。

示例

  1. 删除末字符Chop('value')返回 valu。