小编Tho*_*ied的帖子

Trim and Lowercase

Every time I try doing the trim method and the lowercase method it doesn't show the way I want it.

sentence.trim();
sentence.toLowerCase();
System.out.println("\"" + sentence + "\"" + " ---> ");
Run Code Online (Sandbox Code Playgroud)

For example, if I input " Hello World! ", it will print out " Hello World! " and not use any of the methods.

java methods trim lowercase

1
推荐指数
1
解决办法
1万
查看次数

标签 统计

java ×1

lowercase ×1

methods ×1

trim ×1