aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossary/string/index.html
blob: 24c5a418b366be49dcb4e7d9eb76eb101b1224d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>