You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ Example based guide to mastering JavaScript regexp.
8
8
9
9
The book also includes exercises to test your understanding, which is presented together as a single file in this repo - [Exercises.md](./Exercises.md)
10
10
11
+
For solutions to the exercises, see [Exercise_solutions.md](./Exercise_solutions.md).
12
+
11
13
See [Version_changes.md](./Version_changes.md) to keep track of changes made to the book.
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
57
61
58
62
<br>
59
63
60
64
# Acknowledgements
61
65
62
66
*[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
63
68
*[stackoverflow](https://stackoverflow.com/) — for getting answers to pertinent questions on JavaScript and regular expressions
64
69
*[tex.stackexchange](https://tex.stackexchange.com/) — for help on `pandoc` and `tex` related questions
65
70
* Cover image: [LibreOffice Draw](https://www.libreoffice.org/discover/draw/) and [regulex](https://jex.im/regulex)
0 commit comments