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 --- files/pl/web/xpath/functions/substring/index.html | 40 +++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 files/pl/web/xpath/functions/substring/index.html (limited to 'files/pl/web/xpath/functions/substring') diff --git a/files/pl/web/xpath/functions/substring/index.html b/files/pl/web/xpath/functions/substring/index.html new file mode 100644 index 0000000000..4ed67fda88 --- /dev/null +++ b/files/pl/web/xpath/functions/substring/index.html @@ -0,0 +1,40 @@ +--- +title: substring +slug: Web/XPath/Funkcje/substring +tags: + - Dokumentacje + - Wszystkie_kategorie + - XSLT + - 'XSLT:Dokumentacje' +translation_of: Web/XPath/Functions/substring +--- +

+{{ XsltRef() }} +


+Funkcja substring zwraca część podanego łańcucha znaków.

+

Składnia

+
substring( łańcuch , start [, długość] )
+
+

Argumenty

+
ciąg
Łańcuch znaków do oceny.
+
start +
Pozycja wewnątrz łańcuch, gdzie rozpoczyna się podciąg +
+
długość (opcjonalny) +
Długość podciągu. Jeśli pominięty, zwrócony łańcuch znaków będzie zawierał każdy znak z zakresu od pozycji startowej do końca łańcucha. +
+

Zwraca

+

Łańcuch znaków. +

+

Uwagi

+

Podobnie jak w innych funkcjach XPath, pozycja nie jest liczona od zera. Pierwszy znak w tym ciągu ma pozycję 1, nie 0. +

+

Definicja

+

XPath 1.0 4.2 +

+

Gecko

+

Obsługuje. +

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