w2utils.encodeTags

Encodes HTML tags.
encodeTags(str)
str string, string to encode
The first str argument should be a string. The method will encode HTML tags (into > < & etc.) and return new string.

User Comments

comments powered by Disqus