vtk_substitute
Usage:
vtk_substitute text arrayname
Description:
Substitute the substrings in 'text' using an associative array as
guide. For each name defined in array, replace the string name with the
string $array($name). The array is passed by reference to its name.