Python islower()方法

Python 字符串 Python 字符串

描述

Python islower() 方法检测字符串是否由小写字母组成。

语法

islower()方法语法:


str.islower()

参数

  • 无。