Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 559 Bytes

File metadata and controls

31 lines (16 loc) · 559 Bytes

提取子串

根据指定 位置长度 ,从字符串中提取子字符串。

SubString

子流程

不支持

运行参数

字符串。

  • 位置

提取位置。索引从 0 开始,表示字符串中的第 1 个字符。

  • 长度

提取长度。可为 ,表示从 提取位置 开始到字符串 结尾 的长度。

输出

字符串,参考:String

其它

示例:https://github.com/shelllet/WinUi/blob/main/algorithm/SubString.simple