org.apache.poi.ss.formula.functions.CountUtils.I_MatchPredicatepublic static final class Countif.StringMatcher
extends java.lang.Object
| Constructor | Description |
|---|---|
StringMatcher(java.lang.String value,
org.apache.poi.ss.formula.functions.Countif.CmpOp operator) |
| Modifier and Type | Method | 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.Copyright 2018 The Apache Software Foundation or its licensors, as applicable.