Package mondrian.spi
Class DialectUtil
java.lang.Object
mondrian.spi.DialectUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
cleanUnicodeAwareCaseFlag
(String javaRegExp) Cleans up the reqular expression from the unicode-aware case folding embedded flag expression (?u)
-
Constructor Details
-
DialectUtil
public DialectUtil()
-
-
Method Details
-
cleanUnicodeAwareCaseFlag
Cleans up the reqular expression from the unicode-aware case folding embedded flag expression (?u)- Parameters:
javaRegExp
- the regular expression to clean up- Returns:
- the cleaned regular expression
-