[lang-ref]
String
>
( string_convert )
> ( to_upper ) ( kotlin )
[lang-ref] ( to_upper ) ( kotlin )
@Test fun toUpper() { // uppercase val s = "abc" assertEquals("ABC", s.uppercase()) }