ec_interpolate_register_constant
Name
ec_interpolate_register_constant — Register a macro that expands to a constant string
Synopsis
#include "misc/expand_string.h"
| void **ec_interpolate_register_constant** (
| macro, | |
| | expansion)
; | |
Description
Note
This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.
Register a macro that expands to a constant string.
- macro
-
the string to match
- expansion
-
the text that will be substituted for macro
macro is treated as a literal string; if it is found in the input string then it will be replaced by the expansion string.
macro is an identifier like: "foo" which will means that a %{foo} in an input string will match and be expanded to expansion.