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