Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f7042d6

Browse files
updates for version 1.5
1 parent 021f542 commit f7042d6

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

‎README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Example based guide to mastering JavaScript regexp.
88

99
The book also includes exercises to test your understanding, which is presented together as a single file in this repo - [Exercises.md](./Exercises.md)
1010

11+
For solutions to the exercises, see [Exercise_solutions.md](./Exercise_solutions.md).
12+
1113
See [Version_changes.md](./Version_changes.md) to keep track of changes made to the book.
1214

1315
<br>
@@ -48,18 +50,21 @@ Twitter: https://twitter.com/learn_byexample
4850
5. Alternation and Grouping
4951
6. Escaping metacharacters
5052
7. Dot metacharacter and Quantifiers
51-
8. Working with matched portions
52-
9. Character class
53-
10. Groupings and backreferences
54-
11. Lookarounds
55-
12. Unicode
56-
13. Further Reading
53+
8. Interlude: Tools for debugging and visualization
54+
9. Working with matched portions
55+
10. Character class
56+
11. Groupings and backreferences
57+
12. Interlude: Common tasks
58+
13. Lookarounds
59+
14. Unicode
60+
15. Further Reading
5761

5862
<br>
5963

6064
# Acknowledgements
6165

6266
* [MDN: Regular Expressions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions) — documentation and examples
67+
* [/r/learnjavascript/](https://www.reddit.com/r/learnjavascript/) and [/r/regex/](https://www.reddit.com/r/regex/) — helpful forums for beginners and experienced programmers alike
6368
* [stackoverflow](https://stackoverflow.com/) — for getting answers to pertinent questions on JavaScript and regular expressions
6469
* [tex.stackexchange](https://tex.stackexchange.com/) — for help on `pandoc` and `tex` related questions
6570
* Cover image: [LibreOffice Draw](https://www.libreoffice.org/discover/draw/) and [regulex](https://jex.im/regulex)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /