Package org.ndviet.library.string
Class StringHelpers
java.lang.Object
org.ndviet.library.string.StringHelpers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetListStringMatchesListRegex(String input, List<String> listRegex) getListStringMatchesRegex(String input, String regex) static StringgetStringMatchesRegex(String input, String regex) replaceListStringUsingRegex(List<String> listInput, String regex, String replace) static StringreplaceStringUsingRegex(String input, String regex, String replace)
-
Constructor Details
-
StringHelpers
public StringHelpers()
-
-
Method Details
-
replaceStringUsingRegex
-
replaceListStringUsingRegex
-
getStringMatchesRegex
-
getListStringMatchesRegex
-
getListStringMatchesListRegex
-