79635193

Date: 2025-05-23 09:10:32
Score: 1.5
Natty:
Report link

You can use a std library extention function on String `uppercase()`

val foo = "foo"
val foo2 = foo.uppercase() // FOO

https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.text/uppercase.html

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: klenki