findFirstString (NotesRichTextNavigator - JavaScript™)
Moves the current position to the beginning of the first occurrence of a string in a rich text item.
Defined in
NotesRichTextNavigatorSyntax
findFirstString(target:string)
: boolean
findFirstString(target:string, options:int)
: boolean
Parameter | Description |
---|---|
String target |
The search string. |
int options |
Any of the following. Specify multiple options
by combining them with addition or logical ORs.
|
Return value | Description |
---|---|
boolean |
|