public abstract class RegexRecognizer extends TextRecognizer
cell, column
Constructor and Description |
---|
RegexRecognizer() |
Modifier and Type | Method and Description |
---|---|
protected abstract java.lang.String |
getPattern()
The pattern used to compile and match against the cell's value
|
boolean |
test()
The most important method in the recognizer interface.
|
getCategory
_clear, _prepare, getFloat, getTextFalse, isInteger, isNumeric, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getLongName, getShortName, getTextTrue
public boolean test()
Recognizer
protected abstract java.lang.String getPattern()