Pf web

Purpose: Outputs a web-encoded formatted string.

 pf-web <format> , <variable> [ , <variable> ]... \
     [ to-error ] \
     [ to <string> ]

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 - meaning any HTML-markup will be properly encoded.
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
Output
finish-output  
flush-output  
output-statement  
pf-out  
pf-url  
pf-web  
p-num  
p-out  
p-path  
p-url  
p-web  
See all
documentation


Copyright (c) 2019-2024 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.