Package com.biglybt.core.util
Class RegExUtil
java.lang.Object
com.biglybt.core.util.RegExUtil
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
convertAndOrToExpr
(String str) static Pattern
getCachedPattern
(String namespace, String pattern) static Pattern
getCachedPattern
(String namespace, String pattern, int flags) static boolean
mightBeEvil
(String str) static String
splitAndQuote
(String s, String splitterRegex)
-
Field Details
-
PAT_SPLIT_COMMAWORDS
-
PAT_SPLIT_COMMA
-
PAT_SPLIT_DOT
-
PAT_SPLIT_SPACE
-
PAT_SPLIT_SLASH_N
-
tls
-
-
Constructor Details
-
RegExUtil
public RegExUtil()
-
-
Method Details
-
getCachedPattern
-
getCachedPattern
-
convertAndOrToExpr
-
splitAndQuote
-
mightBeEvil
-