Skip to content

Commit fec6e3d

Browse files
authored
👾 smth
1 parent d9ab4cf commit fec6e3d

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ str = str.replace(regexp, `<h1>Hello</h1>`);
2121
```
2222

2323
After that the value of `str` should be:
24+
2425
```html
2526
<html>
2627
<body style="height: 200px"><h1>Hello</h1>

0 commit comments

Comments
 (0)