what does the function toUppercase() do? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

what does the function toUppercase() do?

15th Jun 2019, 10:24 AM
Badreddine_FX
Badreddine_FX - avatar
2 Answers
+ 12
It converts string character to uppercase Example String a = "hello"; a = a.toUppercase(); Output // HELLO
15th Jun 2019, 10:28 AM
Sumit Programmer😎😎
Sumit Programmer😎😎 - avatar
+ 7
ok thanks
15th Jun 2019, 10:30 AM
Badreddine_FX
Badreddine_FX - avatar