User Tools

Site Tools


java:lang:string:touppercase

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

java:lang:string:touppercase [2013/04/10 08:46]
94.223.12.247 created
java:lang:string:touppercase [2024/02/16 01:12] (current)
Line 2: Line 2:
 <code java> <code java>
 toUpperCase() toUpperCase()
 +toUpperCase(locale)
 </code> </code>
  
Line 8: Line 9:
  
  
-===== example of toUpperCase=====+===== example of toUpperCase in java =====
 <code java> <code java>
  
Line 20: Line 21:
                  
         str = str.toUpperCase();         str = str.toUpperCase();
 +        // str = str.toUpperCase(Locale.SIMPLIFIED_CHINESE); // for Simplified Chinese
                  
         System.out.println(str+" in uppercase");         System.out.println(str+" in uppercase");

on the occasion of the current invasion of Russia in Ukraine

Russian Stop this War
java/lang/string/touppercase.1365576396.txt · Last modified: 2024/02/16 01:11 (external edit)

Impressum Datenschutz