package gw.lang.parser.template; /** * Copyright 2010 Guidewire Software, Inc. */ public interface StringEscaper { String escape(String str); }