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/functions/contains/index.html | 32 ++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 files/es/web/xpath/functions/contains/index.html (limited to 'files/es/web/xpath/functions/contains') diff --git a/files/es/web/xpath/functions/contains/index.html b/files/es/web/xpath/functions/contains/index.html new file mode 100644 index 0000000000..59af049973 --- /dev/null +++ b/files/es/web/xpath/functions/contains/index.html @@ -0,0 +1,32 @@ +--- +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