Utility - String to Lowercase
Introduction
The String to Lowercase Utility Flow proves invaluable for facilitating the transformation of input strings into lowercase. This feature is particularly advantageous when dealing with free-form text and necessitates text matching.
The table below provides a description of the input and output of this flow
Variable | Input/Output | Type | Description |
---|---|---|---|
valueIn | Input | Text | The input string |
valueOut | Output | Text | The lowercase string |
Example
Input: John Smith
Output: john smith