|
THE META-HTML LANGUAGE REFERENCE MANUAL
|
Manual Page Viewer
Name: SUBST-IN-PAGE
Section:
Page Operators
Synopsis:
<subst-in-page THIS WITH-THAT>
Description:
Replaces all occurrences of THIS with WITH-THAT in the current page. Both THIS and WITH-THAT are evaluated before the replacement is done. THIS can be any regular expression allowed by the POSIX extended regular expression matching.
This command can be useful when included as part of a footer
include
file. For example, you could replace all occurrences of %name%
with a the value of the variable FirstName
by writing:
<subst-in-page %name% <get-var forms::FirstName>>
Edit Pointer
Function Index
Variable Index
Variable Editor

The
META-HTML
Reference Manual V1.4
Copyright © 1995, 1996,
Brian J. Fox,
1996, 1997 Universal Access Inc.
Found a bug? Send mail to
bug-manual@metahtml.com