aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossary/string/index.md
blob: 096e63f6de2584c076352f03c9dff047385d3668 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
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
---
Dans les langages de programmation, le terme chaîne de {{Glossary("character","caractères")}} _(String_) est utilisé pour représenter du texte.

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.

## Pour approfondir

### Culture générale

- {{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)>)