ad_looks_like_html_p (public)ad_looks_like_html_p text
Defined in packages/acs-core/text-html-procs.tclTries to guess whether the text supplied is text or html.
- Parameters:
-
text - the text you want tested.
- Returns:
- 1 if it looks like html, 0 if not.
- Author:
- Lars Pind <lars@pinds.com>
- Created:
- 19 July 2000
|