To Lower/Uppercase
Converts a given string to lower/uppercase.
Example: To Uppercase("lorem") = "LOREM".
Flow Connections
[Input] In - starts the block's execution.
[Output] Out - activates when the block has finished its execution.
Data Connections
[Input] Input (string) - string to be converted.
[Output] Result (string) - result of the operation.
Last updated