MathTop

delete_space_string 函数

删除文本中的所有空白字符。

语法

  • DeleteSpace(text)
  • delete_space_string(text)

参数与选项

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

示例

  1. 删除空白DeleteSpace('a b\n c\t')返回 abc。