Dart API Reference
dart:html
Window
find
find
method
Finds text in this window.
@DomName('Window.find')
@DocsEditable()
@Experimental()
bool
find
(
String
string
,
bool
caseSensitive
,
bool
backwards
,
bool
wrap
,
bool
wholeWord
,
bool
searchInFrames
,
bool
showDialog
)
Finds text in this window.
Other resources
Window.find
from MDN.