public static final class Countif.StringMatcher
extends java.lang.Object
| Constructor and Description |
|---|
StringMatcher(java.lang.String value,
org.apache.poi.ss.formula.functions.Countif.CmpOp operator) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getValueText() |
static java.util.regex.Pattern |
getWildCardPattern(java.lang.String value)
Translates Excel countif wildcard strings into java regex strings
|
boolean |
matches(ValueEval x) |
public StringMatcher(java.lang.String value,
org.apache.poi.ss.formula.functions.Countif.CmpOp operator)
protected java.lang.String getValueText()
public boolean matches(ValueEval x)
public static java.util.regex.Pattern getWildCardPattern(java.lang.String value)
null if the specified value contains no special wildcard characters.