convert to uppercase
This block is part of the value group and was last modified in core v10.4.28.
convert to uppercase v10.4.28 In pins 1
- Value required
value
Out pins 1
- Value
value
Uppercases the input ONLY when it is a string (Unicode-aware); any non-string input -- numbers, arrays, objects -- passes through completely UNCHANGED, with no coercion to string.
A typical wiring for convert to uppercase: if feeds the value pin; the value out pin feeds replace.

Commonly used with
In production blueprints, this block is most often wired together with:
- replace: this block feeds into it. Returns a new value with one, some, or all matches of a pattern replaced by a replacement.
- get fields: feeds into this block. Gets the selected fields from the given object.
- execute: feeds into this block. Executes the given funcion and waits for it to be executed.
- new object: this block feeds into it. Builds a new object filled with the given fields.
- if: feeds into this block. Conditional branching for values (if.. then.. else..). Selects which input value is passed through; it does not route flow.
- concatenate values: this block feeds into it.
Version history
Introduced in v10.4.28.
Back to
value Return to the main group to view all sub-groups Back to value Return to the group to view all blocks within this group
