Text.End

语法

Text.End(text as nullable text, count as number) as nullable text

关于

返回一个 text 值,该值是 texttext 的后 count 个字符。

示例 1

获取文本“Hello, World”的后 5 个字符。

使用情况

Text.End("Hello, World", 5)

输出

"World"

results matching ""

    No results matching ""