str.replace_all() - Pine Script Function
str.replace_all()
Section titled “str.replace_all()”Overview
Section titled “Overview”Replaces each occurrence of the target string in the source string with the replacement string.
Syntax
Section titled “Syntax”str.replace_all(source, target, replacement) → simple stringParameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
| source | simple string | Source string. |
Returns
Section titled “Returns”Processed string.