diff options
author | Florian Dieminger <me@fiji-flo.de> | 2021-02-11 18:22:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 18:22:05 +0100 |
commit | 36dd1801df270db5af29576e3ba0c071933e6cca (patch) | |
tree | ef4b939a505e2ebd47d22c475db7316f524bfe0d /files/fr/glossary/string | |
parent | f3460d511f9c648ecfe89f81187ff69ab68fc4a3 (diff) | |
parent | 7766d67593cf81cc5d15a77b6dcad98d1b98f6aa (diff) | |
download | translated-content-36dd1801df270db5af29576e3ba0c071933e6cca.tar.gz translated-content-36dd1801df270db5af29576e3ba0c071933e6cca.tar.bz2 translated-content-36dd1801df270db5af29576e3ba0c071933e6cca.zip |
Merge pull request #31 from fiji-flo/unslugging-fr
Unslugging fr
Diffstat (limited to 'files/fr/glossary/string')
-rw-r--r-- | files/fr/glossary/string/index.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/files/fr/glossary/string/index.html b/files/fr/glossary/string/index.html new file mode 100644 index 0000000000..85ee91dbf7 --- /dev/null +++ b/files/fr/glossary/string/index.html @@ -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 id="Summary">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> |