aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/xpath/funkcje/substring-before/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:24 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:24 +0100
commitde5c456ebded0e038adbf23db34cc290c8829180 (patch)
tree2819c07a177bb7ec5f419f3f6a14270d6bcd7fda /files/pl/web/xpath/funkcje/substring-before/index.html
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-de5c456ebded0e038adbf23db34cc290c8829180.tar.gz
translated-content-de5c456ebded0e038adbf23db34cc290c8829180.tar.bz2
translated-content-de5c456ebded0e038adbf23db34cc290c8829180.zip
unslug pl: move
Diffstat (limited to 'files/pl/web/xpath/funkcje/substring-before/index.html')
-rw-r--r--files/pl/web/xpath/funkcje/substring-before/index.html38
1 files changed, 0 insertions, 38 deletions
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
----
-<p>
-{{ XsltRef() }}
-</p><p><br>
-Funkcja <code>substring-before</code> zwraca łańcuch znaków będący resztą podanego łańcucha znaków przed danym podciągiem. </p>
-<h3 id="Sk.C5.82adnia" name="Sk.C5.82adnia"> Składnia </h3>
-<pre class="eval">substring-before( <i>stóg siana</i> , <i>igła</i> )
-</pre>
-<h3 id="Argumenty" name="Argumenty"> Argumenty </h3>
-<dl><dt><i><code>stóg siana</code></i>
-</dt><dd>Oceniany łańcuch znaków. Zostanie zwrócona część tego łańcucha. </dd></dl>
-<dl><dt><i><code>igła</code></i>
-</dt><dd>Szukany podciąg. Zostanie zwrócone wszystko przed pierwszym wystąpieniem <i><code>igła</code></i> w łańcuchu <i><code>stóg siana</code></i>.
-</dd></dl>
-<h3 id="Zwraca" name="Zwraca"> Zwraca </h3>
-<p>Łańcuch znaków.
-</p>
-<h3 id="Przyk.C5.82ady" name="Przyk.C5.82ady"> Przykłady </h3>
-<table class="standard-table"> <tbody><tr> <th>Przykład XPath</th> <th>Wyświetli</th> </tr> <tr> <td><code>substring-before('aa-bb','-')</code></td> <td><code>aa</code></td> </tr> <tr> <td><code>substring-before('aa-bb','a')</code></td> <td><code>(empty string)</code></td> </tr> <tr> <td><code>substring-before('aa-bb','b')</code></td> <td><code>aa-</code></td> </tr> <tr> <td><code>substring-before('aa-bb','q')</code></td> <td>(pusty łańcuch znaków)</td> </tr>
-</tbody></table>
-<h3 id="Definicja" name="Definicja"> Definicja </h3>
-<p><a href="http://www.w3.org/TR/xpath#function-substring-before" class="external">XPath 1.0 4.2</a>
-</p>
-<h3 id="Gecko" name="Gecko"> Gecko </h3>
-<p>Obsługuje.
-</p>
-<div class="noinclude">
-</div>
-{{ languages( { "en": "en/XPath/Functions/substring-before", "fr": "fr/XPath/Fonctions/substring-before", "ja": "ja/XPath/Functions/substring-before" } ) }}