From de5c456ebded0e038adbf23db34cc290c8829180 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:49:24 +0100 Subject: unslug pl: move --- .../web/xpath/funkcje/substring-before/index.html | 38 ---------------------- 1 file changed, 38 deletions(-) delete mode 100644 files/pl/web/xpath/funkcje/substring-before/index.html (limited to 'files/pl/web/xpath/funkcje/substring-before/index.html') diff --git a/files/pl/web/xpath/funkcje/substring-before/index.html b/files/pl/web/xpath/funkcje/substring-before/index.html deleted file mode 100644 index 9786005f7c..0000000000 --- a/files/pl/web/xpath/funkcje/substring-before/index.html +++ /dev/null @@ -1,38 +0,0 @@ ---- -title: substring-before -slug: Web/XPath/Funkcje/substring-before -tags: - - Dokumentacje - - Wszystkie_kategorie - - XSLT - - 'XSLT:Dokumentacje' -translation_of: Web/XPath/Functions/substring-before ---- -

-{{ XsltRef() }} -


-Funkcja substring-before zwraca łańcuch znaków będący resztą podanego łańcucha znaków przed danym podciągiem.

-

Składnia

-
substring-before( stóg siana , igła )
-
-

Argumenty

-
stóg siana -
Oceniany łańcuch znaków. Zostanie zwrócona część tego łańcucha.
-
igła -
Szukany podciąg. Zostanie zwrócone wszystko przed pierwszym wystąpieniem igła w łańcuchu stóg siana. -
-

Zwraca

-

Łańcuch znaków. -

-

Przykłady

- -
Przykład XPath Wyświetli
substring-before('aa-bb','-') aa
substring-before('aa-bb','a') (empty string)
substring-before('aa-bb','b') aa-
substring-before('aa-bb','q') (pusty łańcuch znaków)
-

Definicja

-

XPath 1.0 4.2 -

-

Gecko

-

Obsługuje. -

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