Skip to content

Commit 3540bdc

Browse files
updated acknowledgements, added chapter names for exercises
1 parent ad65ca2 commit 3540bdc

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

Exercise_solutions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Exercise solutions
2+
3+
<br>
4+
15
# RegExp introduction
26

37
**a)** Check if the given input strings contain `two` irrespective of case.

Exercises.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
# RegExp introduction
1+
# Exercises
22

33
>![info](images/info.svg) For solutions, see [Exercise_solutions.md](https://github.com/learnbyexample/learn_js_regexp/blob/master/Exercise_solutions.md).
44
5+
<br>
6+
7+
# RegExp introduction
8+
59
**a)** Check if the given input strings contain `two` irrespective of case.
610

711
```js

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For a preview of the book, see [sample chapters](https://github.com/learnbyexamp
2727

2828
The book can also be [viewed as a single markdown file in this repo](./js_regexp.md). See my blogpost on [generating pdf from markdown using pandoc](https://learnbyexample.github.io/tutorial/ebook-generation/customizing-pandoc/) if you are interested in the ebook creation process.
2929

30-
For online `html` version of the book, visit https://learnbyexample.github.io/learn_js_regexp/
30+
For web version of the book, visit https://learnbyexample.github.io/learn_js_regexp/
3131

3232
<br>
3333

@@ -71,7 +71,9 @@ Twitter: https://twitter.com/learn_byexample
7171
* [tex.stackexchange](https://tex.stackexchange.com/) — for help on `pandoc` and `tex` related questions
7272
* Cover image: [LibreOffice Draw](https://www.libreoffice.org/discover/draw/) and [regulex](https://jex.im/regulex)
7373
* [Warning](https://commons.wikimedia.org/wiki/File:Warning_icon.svg) and [Info](https://commons.wikimedia.org/wiki/File:Info_icon_002.svg) icons by [Amada44](https://commons.wikimedia.org/wiki/User:Amada44) under public domain
74-
* [mdBook](https://github.com/rust-lang/mdBook) — for `html` version of the book
74+
* [mdBook](https://github.com/rust-lang/mdBook) — for web version of the book
75+
* [mdBook-pagetoc](https://github.com/JorelAli/mdBook-pagetoc) — for adding table of contents for each chapter
76+
* [minify-html](https://github.com/wilsonzlin/minify-html) — for minifying html files
7577

7678
<br>
7779

0 commit comments

Comments
 (0)