Difference between revisions of "Upper Case"
Jump to navigation
Jump to search
(New page: {{String Functions}} <question> Use <code>toUpperCase()</code> to get the number of characters. <shell> public class P{ public static void main(String[] argv) thr...) |
|||
Line 1: | Line 1: | ||
{{String Functions}} | {{String Functions}} | ||
<question> | <question> | ||
− | Use <code>toUpperCase()</code> to | + | Use <code>toUpperCase()</code> to change a strign to upper case. |
<shell> | <shell> | ||
public class P{ | public class P{ |
Revision as of 15:58, 13 January 2008
Use toUpperCase()
to change a strign to upper case.
[Font]
[Default]
[Show]
[Resize]
[History]
[Profile]