Uppercaser

[string/Uppercaser]


Converts string to uppercase. Example:

  1. "Foo"@0 received via string

  2. "FOO"@0 sent via uppercase


Keywords: convert, toupper

Input ports

  • string: string

    Receives string to be converted to uppercase. Example: "Foo"

Output ports

  • uppercase: string

    Sends string converted to upper case. Example: "FOO"

Last updated