Package org.dlese.dpc.util.strings
Class FindAndReplace
java.lang.Object
org.dlese.dpc.util.strings.FindAndReplace
Description of the Class
- Author:
- ryandear
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FindAndReplace
public FindAndReplace()
-
-
Method Details
-
replace
Given an input string, replace all occurences of a string sequence (reg. ex.) with a given replacement string.- Parameters:
in- input stringfind- regular expression to match againstreplace- string to replace matches withcaseInsensitive- should matching be case insensitive?- Returns:
- the newly altered string public static String
-