From a55b575e8089ee6cab7c5c262a7e6db55d0e34d6 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:46:50 +0100 Subject: unslug es: move --- files/es/web/xpath/funciones/contains/index.html | 32 ------------------------ 1 file changed, 32 deletions(-) delete mode 100644 files/es/web/xpath/funciones/contains/index.html (limited to 'files/es/web/xpath/funciones/contains/index.html') diff --git a/files/es/web/xpath/funciones/contains/index.html b/files/es/web/xpath/funciones/contains/index.html deleted file mode 100644 index 59af049973..0000000000 --- a/files/es/web/xpath/funciones/contains/index.html +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: contains -slug: Web/XPath/Funciones/contains -translation_of: Web/XPath/Functions/contains ---- -

-{{ XsltRef() }} -


-La función contains determina si la primera cadena del argumento contiene la segunda cadena del argumento y devuelve el booleano verdadero o falso. -

-

Sintaxis

-
contains( haystack , needle )
-
-

Argumentos

-
haystack -
La cadena donde buscar -
-
needle -
La subcadena a buscar en haystack -
-

Devuelve

-

true si haystack contiene needle. Si no, false. -

-

Definido

-

XPath 1.0 4.2 -

-

Soporte en Gecko

-

Soportado. -

-
-
-{{ languages( { "en": "en/XPath/Functions/contains", "fr": "fr/XPath/Fonctions/contains", "ja": "ja/XPath/Functions/contains", "pl": "pl/XPath/Funkcje/contains" } ) }} -- cgit v1.2.3-54-g00ecf