Noob question :see_no_evil: - does `Text` have a way to all caps text or do I need to use `String.to...
r
Noob question 🙈 - does
Text
have a way to all caps text or do I need to use
String.toUpperCase()
method?
g
You should use toUpperCase()
👍 1