Class StringUtil
java.lang.Object
org.castor.core.util.StringUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringreplaceAll(String source, String toReplace, String replacement) Replaces all occurences of a pattern within a String.
-
Constructor Details
-
StringUtil
public StringUtil()
-
-
Method Details
-
replaceAll
-