Class String
In: lib/feedparser/text-output.rb
lib/feedparser/textconverters.rb
Parent: Object

This class provides various converters

Methods

Constants

MY_ENTITIES = {}

Public Instance methods

returns true if the text contains escaped HTML (with HTML entities). used by String#text2html

Convert an HTML text to plain text

is this text HTML ? search for tags. used by String#text2html

Remove white space around the text

convert text to HTML

Convert a text in inputenc to a text in UTF8 must take care of wrong input locales

un-escape HTML in the text. used by String#text2html

[Validate]