Used for modification of an HTML source. Delete, replace, modify HTML tags, or convert HTML to plain text.
Source
Set the text source data to be modified into.
Generate text from HTML
Convert HTML to plain text.
Strip HTML tags
Remove HTML tags. The following operation modes are possible:
All - Remove all HTML tags
User defined only - Remove only user-specified tags
All except user defined - Remove all tags, except user-specified
Remove SCRIPT tags
Remove tag SCRIPT. The <script> tag is used to define a client-side script, such as a JavaScript.
Remove STYLE tags
Remove tag STYLE. The <style> tag is used to define style information for an HTML document.
Remove COMMENT tags
Remove comment tag. The comment tag is used to insert comments in the source code. Comments are not displayed in the browsers.
Replace <BR> with carriage return
Replace tag <BR> to Carriage Return symbol.
Decode HTML Entities
Convert HTML Entities to symbols. For example: © converted to © symbol.
See also