CompactWhiteSpace

返回将所有连续空格减少到单个空格后得到的字符串

· 输入:string (string)

· 输出:result (string)

· 示例。如果【字段选择】步骤的输入数据流中的 mystring 字段包含字符串“too many spaces”,那么以下函数将返回字符串“too many spaces”:

CompactWhiteSpace(mystring)

Last updated

Was this helpful?