Berserk Docs
Scalar FunctionsString Functions

toupper

Converts a string to upper case.

Syntax

toupper(source)

Parameters

Prop

Type

Returns: string

Examples

Example 1

print toupper("skol")
print_0 (string)
SKOL

On this page