--- title: window.find slug: Web/API/Window/find tags: - DOM - DOM0 - Gecko - Gecko DOM Reference translation_of: Web/API/Window/find original_slug: window.find ---

{{ ApiRef() }}

Sommario

Trova una stringa in una finestra.

Sintassi

window.find(aString, aCaseSensitive, aBackwards, aWrapAround,
            aWholeWord, aSearchInFrames, aShowDialog);

Returns

true if the string is found; otherwise, false.

Esempio

Note

Specifiche

{{ DOM0() }} This was added by with {{ Bug(9550) }}.