Python 字符串 isalpha() 方法
定义和用法
如果所有字符都是字母(a-z),则 isalpha()
方法返回 True。
非字母字符的示例:(空格)! # % & ? 等。
语法
string.isalpha()
参数值
无参数。
如果所有字符都是字母(a-z),则 isalpha()
方法返回 True。
非字母字符的示例:(空格)! # % & ? 等。
string.isalpha()
无参数。
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]