Cheddar Documentation
Search
⌃K
Cheddar Documentation
Search
⌃K
Introduction
Syntax
Literals
Mathematics
Variables
Functions
Default Operators
Control Flow
Standard Library
String
Bytes
Count
Length
Match
Slice
Tail
Chars
Head
Lines
Ord
Split
Test
Chunk
Index
Lower
Reverse
Substitute
Upper
Developing
Powered By
GitBook
Upper
type
returns
Getter
string
Explanation
Returns the string with all applicable characters transformed into their uppercase counterparts.
Examples
"Hello"
.
upper
==
"HELLO"
"123"
.
upper
==
"123"
"Hello, World!"
==
"HELLO, WORLD!"
Previous
Substitute
Next
Developing
Last modified
2yr ago