Appendix A. JavaScript Regex Cheat Sheet
In this appendix, you can find a summary of the patterns used in regular expressions in JavaScript along with their descriptions, and a list of useful methods to test and create regular expressions.
The following Regex topics will be covered in this appendix:
- Character classes and literals
 - Character sets
 - Boundaries and quantifiers
 - Grouping, alternation, and back reference
 - Useful methods