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