diff options
Diffstat (limited to 'files/fr/web/exslt/str/split/index.html')
| -rw-r--r-- | files/fr/web/exslt/str/split/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/files/fr/web/exslt/str/split/index.html b/files/fr/web/exslt/str/split/index.html index d568088bb3..b9fc963ad3 100644 --- a/files/fr/web/exslt/str/split/index.html +++ b/files/fr/web/exslt/str/split/index.html @@ -11,12 +11,12 @@ translation_of: Web/EXSLT/str/split <p><br> <code>str:split()</code> divise une chaîne en utilisation un motif pour déterminer où doivent être fait les séparations, en retournant un ensemble de nœuds contenant les chaînes résultantes.</p> -<h3 id="Syntaxe" name="Syntaxe">Syntaxe</h3> +<h3 id="Syntaxe">Syntaxe</h3> <pre class="eval">str:split(<em>chaîne</em>,<em>motif</em>) </pre> -<h3 id="Arguments" name="Arguments">Arguments</h3> +<h3 id="Arguments">Arguments</h3> <dl> <dt><code>chaîne</code></dt> @@ -25,7 +25,7 @@ translation_of: Web/EXSLT/str/split <dd>Le motif indiquant les endroits de division de la chaîne.</dd> </dl> -<h3 id="Retourne" name="Retourne">Retourne</h3> +<h3 id="Retourne">Retourne</h3> <p>Un ensemble de nœuds d'éléments <code>token</code>, contenant chacun un <code>token</code> provenant de <code>chaîne</code>.</p> @@ -42,12 +42,12 @@ translation_of: Web/EXSLT/str/split <token>chaise</token> </pre> -<h3 id="D.C3.A9finition" name="D.C3.A9finition">Définition</h3> +<h3 id="D.C3.A9finition">Définition</h3> <ul> <li><a class="external" href="http://www.exslt.org/regexp/functions/split/index.html">EXSLT - STR:SPLIT (en)</a></li> </ul> -<h3 id="Support_par_Gecko" name="Support_par_Gecko">Support par Gecko</h3> +<h3 id="Support_par_Gecko">Support par Gecko</h3> <p>Supporté par Gecko 1.9 et ultérieur.</p> |
