From fec6e3dae4d8433c665fcb2f272d343fa3092f74 Mon Sep 17 00:00:00 2001 From: Lavrentiy Rubtsov Date: Tue, 7 Jun 2022 17:53:53 +0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=BE=20smth?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../14-regexp-lookahead-lookbehind/2-insert-after-head/task.md | 1 + 1 file changed, 1 insertion(+) diff --git a/9-regular-expressions/14-regexp-lookahead-lookbehind/2-insert-after-head/task.md b/9-regular-expressions/14-regexp-lookahead-lookbehind/2-insert-after-head/task.md index be1a259f..5ee42798 100644 --- a/9-regular-expressions/14-regexp-lookahead-lookbehind/2-insert-after-head/task.md +++ b/9-regular-expressions/14-regexp-lookahead-lookbehind/2-insert-after-head/task.md @@ -21,6 +21,7 @@ str = str.replace(regexp, `

Hello

`); ``` After that the value of `str` should be: + ```html

Hello