str.lower() - Pine Script Function
str.lower()
Section titled “str.lower()”Overview
Section titled “Overview”Returns a new string with all letters converted to lowercase.
Syntax
Section titled “Syntax”str.lower(source) → const stringParameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
| source | const string | String to be converted. |
Returns
Section titled “Returns”A new string with all letters converted to lowercase.