pf-web
Purpose:
Outputs a web-encoded formatted string.
Syntax:
pf-web [ bytes-written [ define ] <bytes> ] <format> <expression> [ , <expression> ]...
Description:
pf-web is the same as
pf-out, except that the output is web-encoded (or HTML-encoded). This means such output is suited for use in web pages - the text will be displayed verbatim without HTML-markup being interpreted.
Examples:
Display text containing HTML tags without them being rendered in the browser:
pf-web "We use %s markup", "<hr/>"
See
pf-out for more examples.
See also: