Java toUpperCase() 方法

Java 教程 · 2019-02-09 08:13:16

toUpperCase() 方法将字符串小写字符转换为大写。

语法

public String toUpperCase()

或

public String toUpperCase(Locale locale)

参数

返回值

字符转换为大写后的字符串。

实例

public class Test {
    public static void main(String args[]) {
        String Str = new String("www.codercto.com");

        System.out.print("返回值 :" );
        System.out.println( Str.toUpperCase() );
    }
}

以上程序执行结果为:

返回值 :WWW.CODERCTO.COM

点击查看所有 Java 教程 文章: https://www.codercto.com/courses/l/12.html

查看所有标签

Domain-Driven Design

Domain-Driven Design

Eric Evans / Addison-Wesley Professional / 2003-8-30 / USD 74.99

"Eric Evans has written a fantastic book on how you can make the design of your software match your mental model of the problem domain you are addressing. "His book is very compatible with XP. It is n......一起来看看 《Domain-Driven Design》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

在线进制转换器
在线进制转换器

各进制数互转换器

SHA 加密
SHA 加密

SHA 加密工具