util_remove_html_tags (public)

 util_remove_html_tags html

Defined in packages/acs-tcl/tcl/text-html-procs.tcl

Removes everything between < and > from the string.

Parameters:
html

Partial Call Graph (max 5 caller/called nodes):
%3 test_util_remove_html_tags util_remove_html_tags (test acs-tcl) util_remove_html_tags util_remove_html_tags test_util_remove_html_tags->util_remove_html_tags

Testcases:
util_remove_html_tags
Source code:
    regsub -all -- {<[^>]*>} $html {} html
    return $html
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: