Skip to content
Algo Trade Analytics Docs

str.lower() - Pine Script Function

Returns a new string with all letters converted to lowercase.

str.lower(source) → const string
NameTypeDescription
sourceconst stringString to be converted.

A new string with all letters converted to lowercase.