Package com.hubspot.jinjava.util
Class WhitespaceUtils
- java.lang.Object
-
- com.hubspot.jinjava.util.WhitespaceUtils
-
public final class WhitespaceUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanendsWith(String s, String suffix)static booleanisExpressionQuoted(String s)static booleanisQuoted(String s)static booleanisWrappedWith(String s, String prefix, String suffix)static StringBuilderquoteIfNotNull(CharSequence charSequence)static booleanstartsWith(String s, String prefix)static Stringunquote(String s)static StringunquoteAndUnescape(String s)static Stringunwrap(String s, String prefix, String suffix)
-
-
-
Method Detail
-
isQuoted
public static boolean isQuoted(String s)
-
isExpressionQuoted
public static boolean isExpressionQuoted(String s)
-
quoteIfNotNull
@Nullable public static StringBuilder quoteIfNotNull(CharSequence charSequence)
-
-