Package io.ebean.enhance.ant
Class StringReplace
java.lang.Object
io.ebean.enhance.ant.StringReplace
Utility String class that supports String manipulation functions.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StringReplace
public StringReplace()
-
-
Method Details
-
replace
This method takes a String and will replace all occurrences of the match String with that of the replace String.- Parameters:
source- the source stringmatch- the string used to find a matchreplace- the string used to replace match with- Returns:
- the source string after the search and replace
-