From 7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e Mon Sep 17 00:00:00 2001 From: julieng Date: Mon, 15 Nov 2021 21:40:53 +0100 Subject: move *.html to *.md --- files/fr/glossary/string/index.html | 23 ----------------------- files/fr/glossary/string/index.md | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 files/fr/glossary/string/index.html create mode 100644 files/fr/glossary/string/index.md (limited to 'files/fr/glossary/string') diff --git a/files/fr/glossary/string/index.html b/files/fr/glossary/string/index.html deleted file mode 100644 index 24c5a418b3..0000000000 --- a/files/fr/glossary/string/index.html +++ /dev/null @@ -1,23 +0,0 @@ ---- -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

- - 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 +--- +

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

+ + -- cgit v1.2.3-54-g00ecf