Package de.neuland.pug4j.util
Class StringReplacer
- java.lang.Object
-
- de.neuland.pug4j.util.StringReplacer
-
public class StringReplacer extends Object
-
-
Constructor Summary
Constructors Constructor Description StringReplacer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringreplace(String input, Pattern regex, StringReplacerCallback callback)
-
-
-
Method Detail
-
replace
public static String replace(String input, Pattern regex, StringReplacerCallback callback)
-
-