613-518-1166 info@zimdatabases.com

ZIM Language Reference

$toupper

< All Topics

$toupper

Converts alphabetic characters to upper case.

Syntax

$toupper(source)

Parameters

source

any value, or an expression that yields any value

Return Value

Character string, in which all letters are uppercase.

Comments

$toupper returns a character string in which all letters are upper case. If source is not of a character data type, it is converted to a character data type before the function is applied.

Example

$toupper(“the QUICK BROWN fox is 30 years oLD”)

Evaluates to “THE QUICK BROWN FOX IS 30 YEARS OLD”.

 

See Also

$tolower

About Character Literals

About Functional Expressions

Conversion Between Data Types

Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Table of Contents