From 95aca4b4d8fa62815d4bd412fff1a364f842814a Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 29 Apr 2021 16:16:42 -0700 Subject: remove retired locales (#699) --- files/it/web/api/window/find/index.html | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 files/it/web/api/window/find/index.html (limited to 'files/it/web/api/window/find/index.html') diff --git a/files/it/web/api/window/find/index.html b/files/it/web/api/window/find/index.html deleted file mode 100644 index 77a6a49092..0000000000 --- a/files/it/web/api/window/find/index.html +++ /dev/null @@ -1,33 +0,0 @@ ---- -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) }}.

-- cgit v1.2.3-54-g00ecf