diff options
author | julieng <julien.gattelier@gmail.com> | 2021-11-15 21:40:53 +0100 |
---|---|---|
committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-15 21:55:31 +0100 |
commit | 7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e (patch) | |
tree | 1e5d89ff08a80c6a5311b703cd11c2e91b342622 /files/fr/glossary/string/index.md | |
parent | 6f6e297fbfa7867b1f42c4245df20f4282b3b083 (diff) | |
download | translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.tar.gz translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.tar.bz2 translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.zip |
move *.html to *.md
Diffstat (limited to 'files/fr/glossary/string/index.md')
-rw-r--r-- | files/fr/glossary/string/index.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/files/fr/glossary/string/index.md b/files/fr/glossary/string/index.md new file mode 100644 index 0000000000..24c5a418b3 --- /dev/null +++ b/files/fr/glossary/string/index.md @@ -0,0 +1,23 @@ +--- +title: Chaîne de caractères +slug: Glossary/String +tags: + - Chaîne de caractères + - Débutant + - Glossaire + - String +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> + +<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> + +<h2 id="Pour_approfondir">Pour approfondir</h2> + +<h3 id="Culture_générale">Culture générale</h3> + +<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> |