Switch to edit mode.
Name(s): web_substitute1: "Usage: this:web_substitute(list|str)"
2: ""
3: stuff = typeof(args[1]) == $LIST ? args[1] | {args[1]}
4: for idx in [1..length(stuff)]
5: stuff[idx] = $string_utils:substitute(stuff[idx], this.web_substitutions)
6: endfor
7: return stuff
8: "Compiled on Thu Feb 28 18:28:33 2002 EST by Wingy (#1163)"
9: "Last modified by Dax (#789) on Tue May 3 13:55:54 2005 MDT."