diff options
Diffstat (limited to 'files/fr/web/exslt/str')
-rw-r--r-- | files/fr/web/exslt/str/concat/index.html | 2 | ||||
-rw-r--r-- | files/fr/web/exslt/str/split/index.html | 2 | ||||
-rw-r--r-- | files/fr/web/exslt/str/tokenize/index.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/exslt/str/concat/index.html b/files/fr/web/exslt/str/concat/index.html index b1d6c17db0..117e9244f0 100644 --- a/files/fr/web/exslt/str/concat/index.html +++ b/files/fr/web/exslt/str/concat/index.html @@ -6,7 +6,7 @@ tags: - XSLT translation_of: Web/EXSLT/str/concat --- -<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}</p> +<p>{{ XsltRef() }}</p> <p><br> <code>str:concat()</code> retourne une chaîne contenant toutes les valeurs de chaînes d'un ensemble de nœuds concaténées ensembles.</p> diff --git a/files/fr/web/exslt/str/split/index.html b/files/fr/web/exslt/str/split/index.html index 4b2eefb0de..d568088bb3 100644 --- a/files/fr/web/exslt/str/split/index.html +++ b/files/fr/web/exslt/str/split/index.html @@ -6,7 +6,7 @@ tags: - XSLT translation_of: Web/EXSLT/str/split --- -<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}</p> +<p>{{ XsltRef() }}</p> <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> diff --git a/files/fr/web/exslt/str/tokenize/index.html b/files/fr/web/exslt/str/tokenize/index.html index 9a36fd00bb..ffa54bdfdd 100644 --- a/files/fr/web/exslt/str/tokenize/index.html +++ b/files/fr/web/exslt/str/tokenize/index.html @@ -6,7 +6,7 @@ tags: - XSLT translation_of: Web/EXSLT/str/tokenize --- -<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}</p> +<p>{{ XsltRef() }}</p> <p><br> <code>str:tokenize()</code> divise une chaîne en utilisant un ensemble de caractère comme délimiteur qui détermine l'endroit où doivent être fait les séparations, en retournant un ensemble de nœuds contenant les chaînes résultantes.</p> |