Class RegExUtil
java.lang.Object
com.biglybt.core.util.RegExUtil
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringconvertAndOrToExpr(String str) private static Stringstatic PatterngetCachedPattern(String namespace, String pattern) static PatterngetCachedPattern(String namespace, String pattern, int flags) static booleanmightBeEvil(String str) static StringsplitAndQuote(String s, String splitterRegex)
-
Field Details
-
PAT_SPLIT_COMMAWORDS
-
PAT_SPLIT_COMMA
-
PAT_SPLIT_DOT
-
PAT_SPLIT_SPACE
-
PAT_SPLIT_SLASH_N
-
PAT_WHITE_SPACE
- See Also:
-
tls
-
convcache
-
-
Constructor Details
-
RegExUtil
public RegExUtil()
-
-
Method Details
-
getCachedPattern
-
getCachedPattern
-
convertAndOrToExpr
-
convertAndOrToExprSupport
-
splitAndQuote
-
mightBeEvil
-