string_lowercase
Converts any text string to lowercase, ensuring consistent casing for comparisons, formatting, and data normalization.
Instructions
Convert a string to lowercase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |