From 07727c4cb132780143a67d292e18034173cb7fa0 Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Sat, 31 Jul 2021 10:55:22 +0200 Subject: Fix md conversion reports: code (#1815) --- .../web/javascript/reference/global_objects/string/replace/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/fr/web/javascript/reference/global_objects/string/replace') diff --git a/files/fr/web/javascript/reference/global_objects/string/replace/index.html b/files/fr/web/javascript/reference/global_objects/string/replace/index.html index 38e5c691d0..69816aace6 100644 --- a/files/fr/web/javascript/reference/global_objects/string/replace/index.html +++ b/files/fr/web/javascript/reference/global_objects/string/replace/index.html @@ -74,7 +74,7 @@ original_slug: Web/JavaScript/Reference/Objets_globaux/String/replace Insère la partie de la chaîne de caractère qui suit la sous-chaîne en correspondance. - $n + $n

Où n est un entier positif inférieur à 100. Insère la n ième chaîne de sous-correspondance entre parenthèses, à condition que le premier argument ait été un objet {{jsxref("RegExp")}}. Notez que ceci est réalisé en indices base 1.

-- cgit v1.2.3-54-g00ecf