pixi-jsFunctions
Function: hasTagMarkup()
> hasTagMarkup(text): boolean
Defined in: node_modules/pixi.js/lib/scene/text/canvas/utils/parseTaggedText.d.ts:27
Internal
Checks whether the text contains potential tag markup. This is a quick check before attempting to parse.
Parameters
text
string
The text to check
Returns
boolean
True if text contains '<' character