MathTop
文档
/
函数参考
string_period 函数
返回能够重构字符串的最短重复块长度。
语法
Period(text)
string_period(text)
参数与选项
text
文本值,通常写在引号中。
示例
重复周期
Period('ababab')
返回 2。
相关函数与文档
is_period
repeat_string