what does the function toUppercase() do? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 6

what does the function toUppercase() do?

15th Jun 2019, 10:24 AM
Badreddine_FX
Badreddine_FX - avatar
2 Respostas
+ 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