p-web
Purpose:
Outputs a web-encoded string.
Syntax:
Description:
p-web is the same as
p-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
"We use <hr/> markup" text, without
"<hr/>" being displayed as a horizontal line:
p-web "We use <hr/> markup"
See
p-out for more examples.
See also: