What would be the best way to change this string:
"gain quickness for 5 seconds. <c=@reminder>(Cooldown: 90s)</c> only after"
into an Attributed String while getting rid of the part in the <> and I want to change the font of (Cooldown: 90s). I know how to change and make NSMutableAttributedStrings but I am stuck on how to locate and change just the (Cooldown: 90s) in this case. The text in between the <c=@reminder>
& </c>
will change so I need to use those to find what I need.
These seem to be indicators meant to be used for this purpose I just don't know ho.