Skip to content

Commit c1949cb

Browse files
authored
Update task.md
1 parent 4976aba commit c1949cb

File tree

1 file changed

+0
-4
lines changed
  • 9-regular-expressions/14-regexp-lookahead-lookbehind/2-insert-after-head

1 file changed

+0
-4
lines changed

9-regular-expressions/14-regexp-lookahead-lookbehind/2-insert-after-head/task.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,8 @@ let str = `
2020
str = str.replace(regexp, `<h1>Hello</h1>`);
2121
```
2222

23-
<<<<<<< HEAD
2423
Después de esto el valor de `str` debe ser:
25-
=======
26-
After that the value of `str` should be:
2724

28-
>>>>>>> 7bb6066eb6ea3a030b875cdc75433c458f80997e
2925
```html
3026
<html>
3127
<body style="height: 200px"><h1>Hello</h1>

0 commit comments

Comments
 (0)