Java isLowerCase() 方法
Java 教程
· 2019-02-08 17:58:57
isLowerCase() 方法用于判断指定字符是否为小写字母。
语法
boolean isLowerCase(char ch)
参数
ch -- 要测试的字符。
返回值
如果字符为小写,则返回 true;否则返回 false。
实例
public class Test {
public static void main(String args[]) {
System.out.println( Character.isLowerCase('c'));
System.out.println( Character.isLowerCase('C'));
}
}
以上程序执行结果为:
true false
点击查看所有 Java 教程 文章: https://www.codercto.com/courses/l/12.html
Where Wizards Stay Up Late
Katie Hafner / Simon & Schuster / 1998-1-21 / USD 16.00
Twenty five years ago, it didn't exist. Today, twenty million people worldwide are surfing the Net. "Where Wizards Stay Up Late" is the exciting story of the pioneers responsible for creating the most......一起来看看 《Where Wizards Stay Up Late》 这本书的介绍吧!
JSON 在线解析
在线 JSON 格式化工具
HSV CMYK 转换工具
HSV CMYK互换工具