MathTop
文档
/
函数参考
explode_string 函数
把文本拆成单字符字符串列表。
语法
Explode(text)
explode_string(text)
参数与选项
text
文本值,通常写在引号中。
示例
拆分文本
Explode('abc')
返回 ['a', 'b', 'c']。
相关函数与文档
implode_string
split_string