Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Strips text of UI escape sequence markup.
stripped = StripHyperlinks(text [, maintainColor, maintainBrackets, stripNewlines, maintainAtlases])
Arguments[]
- text
- string - The text to be stripped of markup.
- maintainColor
- boolean? - If true, preserve color escape sequences.
- maintainBrackets
- boolean?
- stripNewlines
- boolean? - If true, strip all line break sequences.
- maintainAtlases
- boolean? - If true, preserve atlas texture escape sequences.
Returns[]
- stripped
- string - The stripped text.
Details[]
- This function is used by the Addon compartment to strip markup from addon titles prior to sorting.
Patch changes[]
- Patch 10.1.0 (2023-05-02): Added.