utf8_toolunicode_exstring.contains_alpha本页总览string.contains_alpha 检查字符串是否包含英文字符 声明 bool string.contains_alpha(string s, int off = 0, int len = -1) 参数 参数名描述soff偏移位置(可选,默认为0)len字符数量(可选,默认检查偏移位置后的所有字符) 返回值 使用方式 返回文档