Vely logo install | documentation | examples | changelog
16.10.0 released May 10, 2023
p-web

Purpose: Outputs a web-encoded string.

p-web <string>

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
Output ( finish-output   flush-output   output_statement   p-dbl   pf-out   pf-url   pf-web   p-num   p-out   p-path   p-url   p-web  )  SEE ALL (documentation)


Copyright (c) 2017-2023 Dasoftver LLC