str.upper() - Pine Script Function
str.upper()
Section titled “str.upper()”Overview
Section titled “Overview”Returns a new string with all letters converted to uppercase.
Syntax
Section titled “Syntax”str.upper(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 uppercase.