判断字符串是否以指定前缀开头。
string.starts_with(search)
search
Bool。
Bool
text = 'hello BT' result = text.starts_with(1)