* or null to remove the pattern from the string
*/
public void addResourceVariable(String pattern, String replacement)
{
if (resourceVariableReplacer == null)
resourceVariableReplacer = new StringReplacer();
resourceVariableReplacer.addReplacement(pattern, replacement);
}