Documentation
»
Scripting
»
Class Reference
»
Model
»
Finder
»
new
Creates a new Finder.
Syntax
Finder new (
search
,
matchCase
,
matchWholeWord
,
regularExpression
,
header
,
local
)
Parameters
search
-
String
The search string.
matchCase
-
Boolean
Case sensitive search.
matchWholeWord
-
Boolean
The search string must match a whole word.
regularExpression
-
Boolean
The search string is a regular expression.
header
-
Boolean
Search in headers.
local
-
Boolean
Search in current section only.
Return Value
An new Finder.