Class Countif.StringMatcher
- java.lang.Object
-
- org.apache.poi.ss.formula.functions.Countif.StringMatcher
-
-
Constructor Summary
Constructors Constructor Description StringMatcher(String value, org.apache.poi.ss.formula.functions.Countif.CmpOp operator)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Pattern
getWildCardPattern(String value)
Translates Excel countif wildcard strings into java regex stringsboolean
matches(ValueEval x)
-
-
-
Constructor Detail
-
StringMatcher
public StringMatcher(String value, org.apache.poi.ss.formula.functions.Countif.CmpOp operator)
-
-