Text.Select

Text.Select(text as nullable text,selectChars as any) as nullable text

返回文本值 text 已删除了不在 selectChars 中的所有字符的副本。

示例:

从文本值中选择范围从 "a" 到 "z" 的所有字符。

使用情况:

Text.Select("a,b;c", {"a".."z"})

输出:

"abc"

results matching ""

    No results matching ""