public static class TemplateVariableProcessor
IsMatch | Check whether the input string matches the template. See remarks. |
Replace(String, TemplateVariableMapper) | Replaces variables occurring in input as specified by valueMapper. Only single-line strings are supported. |
Replace(String, DictionaryString, String) | Utility overload for Replace(String, TemplateVariableMapper). |