JavaScript 개발자를 위한 RegEx 책(전체 공개)
(freecodecamp.org)- Introduction to Regular Expressions
- How to Match Literal Characters and Character Sets in Regular Expressions
- Regular Expressions Flags
- How to Use Regular Expressions in JavaScript
- Metacharacters, Quantifiers, Repeated Matches, and Optional Matches
- Grouping and Capturing in Regex
- Lookaround Groups: Lookaheads and Lookbehinds
- Regex Best Practices and Troubleshooting
- Applications of Regular Expressions