Package | Description |
---|---|
oracle.javatools.editor.find |
Modifier and Type | Method and Description |
---|---|
FindResult |
Finder.find(FindCriteria criteria)
Find according to the passed parameters.
|
static java.util.regex.Pattern |
FindUtils.getRegExPattern(FindCriteria criteria)
Validate the given string to see if it is a valid regex pattern.
|
static Replacer.State |
Replacer.replace(BasicEditorPane editor,
FindCriteria criteria) |