nstcl  >  Documentation  >  nstcl-html  >  util_expand_entities

Tcl Powered!

util_expand_entities

NAME

util_expand_entities — Expand HTML entities

SYNOPSIS

package require nstcl-html ?1.0?
package require nstcl ?1.0?

::nstcl::util_expand_entities html

DESCRIPTION

util_expand_entities expands any HTML entities in html. Quoted HTML, such as & will become & in the returned string.

KEYWORDS

html, nstcl