public static interface FinderFactory.StringFinder
extends Finder
Finder that looks for some search expression expressed by string.
It can be either simple string
or some form of regular expression expressed by string.
Get the length of the found string. This is useful
for regular expressions, because the length of the regular
expression can be different than the length of the string
that matched the expression.