aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossary/string
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-11-15 21:41:03 +0100
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-11-15 21:55:31 +0100
commitbcf5375310ece1f9a90e99b270cdbae28c4d2831 (patch)
treec9b2792ee2050f4176de7fe5f777b4354b769b04 /files/fr/glossary/string
parent7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e (diff)
downloadtranslated-content-bcf5375310ece1f9a90e99b270cdbae28c4d2831.tar.gz
translated-content-bcf5375310ece1f9a90e99b270cdbae28c4d2831.tar.bz2
translated-content-bcf5375310ece1f9a90e99b270cdbae28c4d2831.zip
convert content to md
Diffstat (limited to 'files/fr/glossary/string')
-rw-r--r--files/fr/glossary/string/index.md14
1 files changed, 6 insertions, 8 deletions
diff --git a/files/fr/glossary/string/index.md b/files/fr/glossary/string/index.md
index 24c5a418b3..096e63f6de 100644
--- a/files/fr/glossary/string/index.md
+++ b/files/fr/glossary/string/index.md
@@ -9,15 +9,13 @@ tags:
translation_of: Glossary/String
original_slug: Glossaire/String
---
-<p>Dans les langages de programmation, le terme chaîne de {{Glossary("character","caractères")}} <em>(String</em>) est utilisé pour représenter du texte.</p>
+Dans les langages de programmation, le terme chaîne de {{Glossary("character","caractères")}} _(String_) est utilisé pour représenter du texte.
-<p>En {{Glossary("JavaScript")}}, une chaîne de caractères est l'une des {{Glossary("Primitive", "valeurs primitives")}} et l'objet {{jsxref("String")}} est un {{Glossary("wrapper")}} enveloppant une primitive String.</p>
+En {{Glossary("JavaScript")}}, une chaîne de caractères est l'une des {{Glossary("Primitive", "valeurs primitives")}} et l'objet {{jsxref("String")}} est un {{Glossary("wrapper")}} enveloppant une primitive String.
-<h2 id="Pour_approfondir">Pour approfondir</h2>
+## Pour approfondir
-<h3 id="Culture_générale">Culture générale</h3>
+### Culture générale
-<ul>
- <li>{{Interwiki("wikipedia", "Chaîne de caractères")}} sur Wikipédia</li>
- <li><a href="/fr/docs/Web/JavaScript/Structures_de_données#Le_type_chaîne_de_caractères_(String)">Structures et types de données en JavaScript</a></li>
-</ul>
+- {{Interwiki("wikipedia", "Chaîne de caractères")}} sur Wikipédia
+- [Structures et types de données en JavaScript](</fr/docs/Web/JavaScript/Structures_de_données#Le_type_chaîne_de_caractères_(String)>)