Skip to content

Str lowercase

131

The Str lowercase node is a text normalization utility that converts every character in a string to its lowercase equivalent.

When to use this node: * Input Normalization: Essential for comparing player input to a solution. By converting both the input and the answer to lowercase, you ensure that "GHOST", "Ghost", and "ghost" are all treated as the same word. * Formatting: Cleaning up inconsistent data received from external MQTT devices or web APIs before displaying it to players.

Connectors in

  • string [type: string]

Connectors out

  • result [type: string]