Package io.atlasmap.expression.internal
Class Strings
- java.lang.Object
-
- io.atlasmap.expression.internal.Strings
-
public final class Strings extends Object
The string handling utility.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringstripPrefix(String string, String prefix)Strips the prefix.static StringstripSuffix(String string, String suffix)Strips the suffix.
-