query
On this page

toUpper

lib.toUpper

Docs pulled from | This Revision | 21 minutes ago


Converts an ASCII string to upper-case.

Type

toUpper :: string -> string

Examples

toUpper usage example

toUpper "home"
=> "HOME"
(lib.strings.toUpper)

Noogle also knows

Aliases