Package org.openbravo.utils
Class Replace
- java.lang.Object
-
- org.openbravo.utils.Replace
-
public class Replace extends Object
-
-
Constructor Summary
Constructors Constructor Description Replace()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
delChars(String str, char[] delChars)
static String
replace(String strInicial, String strReplaceWhat, String _strReplaceWith)
-