ad_convert_to_text (public)ad_convert_to_text [ -html_p html_p ] text
Defined in packages/acs-core/text-html-procs.tclConvenient interface to convert text or html into plaintext.
Does the same as ad_html_text_convert -to text .
- Switches:
-
-html_p (defaults to
"t" ) - specify t if the value of
text is formatted in HTML, or f if text is plaintext.
- Parameters:
-
text
- Author:
- Lars Pind <lars@pinds.com>
- Created:
- 19 July 2000
|