convert to lowercase
This block is part of the value group and was last modified in core v10.4.28.
convert to lowercase v10.4.28 In pins 1
- Value required
value
Out pins 1
- Value
value
Lowercases 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 lowercase: trim feeds the value pin; the value out pin feeds trim.

Commonly used with
In production blueprints, this block is most often wired together with:
- trim: wired in both directions with this block. Removes characters from both ends of a string.
- get fields: feeds into this block. Gets the selected fields from the given object.
- fields: this block feeds into it.
- ==: this block feeds into it. returns true if the two values are equal.
- set fields: this block feeds into it. Generates an array of mutations based on the given filled fields.
- remove special chars: feeds into this block. Returns the value with accents stripped. Only combining diacritical marks are removed - punctuation and symbols are kept.
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
