java.lang.Object
net.botwithus.rs3.util.Regex
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Pattern
getPattern
(String regex) static Pattern
getPatternForContainingOneOf
(String... strings) static Pattern
getPatternForContainsString
(String string) static Pattern
getPatternForExactString
(String string) static Pattern
getPatternForExactStrings
(String... strings) static Pattern
getPatternForNotContainingAnyString
(String... strings) getPatternsForContainsStrings
(String... strings) getPatternsForExactStrings
(String... strings)
-
Constructor Details
-
Regex
public Regex()
-
-
Method Details
-
getPatternForExactString
-
getPatternForContainsString
-
getPatternForExactStrings
-
getPatternForContainingOneOf
-
getPatternsForExactStrings
-
getPatternsForContainsStrings
-
getPatternForNotContainingAnyString
-
getPattern
-