截取字符串
用法:
substr(String, Start) -> SubString
截取从 Start 开始到字符串 String 末尾之间的子字符串
string:substr("abcdefg", 3).