StripTags (Top-Level Object)¶
- Table of contents
- StripTags (Top-Level Object)
- Description
- Forms
- Examples
Description¶
Strips the EQ2 hyperlink-type tags from a string
Forms¶
- string StripTags[string]
Examples¶
- echo ${StripTags["${Line}"]}
- echo ${StripTags["\aNPC 11432 Blurgg:Blurgg\/a"]}
- This would echo "Blurgg"