ISXEQ2:StripTags (Top-Level Object)
From ISMods Wiki
Contents |
[edit]
ISXEQ2 information for ISXEQ2:StripTags (Top-Level Object) has moved
[edit]
Please see: http://eq2.isxgames.com/wiki for up-to-date content.
[edit]
Description
Strips the EQ2 hyperlink-type tags from a string
[edit]
Forms
- StripTags[string]
[edit]
Examples
- echo ${StripTags["${Line}"]}
- echo ${StripTags["\aNPC 11432 Blurgg:Blurgg\/a"]}
- This would echo "Blurgg"
[edit]
