w2utils.decodeTags

Decodes HTML tags.
decodeTags(str)
str string, string to decode
The first str argument should be a string. The method will decode HTML tags (from > < & etc.) and return new string.

User Comments

comments powered by Disqus