MathTop
文档
/
函数参考
trim 函数
移除文本两端的空白字符。
语法
trim(text)
strip(text)
参数与选项
text
文本值,通常写在引号中。
示例
移除两端空白
trim(' abc ')
返回 abc。
相关函数与文档
uppercase
lowercase