Book description
- Formulate an expression
- Work with arbitrary char classes, disjunctions, and operator precedence
- Execute regular expressions and visualize using finite state machines
- Deal with modifiers, including greedy and lazy loops
- Handle substring extraction from regex using Perl 6 capture groups, capture substrings, and reuse substrings
Table of contents
- Cover
- Front Matter
- 1. An Introduction to Regular Expressions
- 2. Regex Syntax 101
- 3. Executing Regular Expressions
- 4. Visualizing Regex Execution Using Finite State Machines
- 5. Repeat Modifiers
- 6. Character Sets and Character Classes
- 7. Substring Extraction from Regular Expressions
- 8. Lookahead and Lookbehind
- 9. Maintaining Regular Expressions
- 10. Optimizing Regular Expressions
- 11. Parsing HTML Code and URL Query Strings with Regular Expressions
- Back Matter
Product information
- Title: Regex Quick Syntax Reference: Understanding and Using Regular Expressions
- Author(s):
- Release date: August 2018
- Publisher(s): Apress
- ISBN: 9781484238769
You might also like
book
The GuruBook
The GuruBook is an inspiring collection of 45 articles and interviews with well-known thought leaders and …
video
Learn Flutter and Dart to Build iOS and Android Apps (2023)
What makes Flutter the best framework to build mobile apps? With Flutter, you can build mobile …
book
Tidy First?
Messy code is a nuisance. "Tidying" code, to make it more readable, requires breaking it up …
video
Full Stack Web Development Mastery Course - Novice to Expert
Full stack development refers to the development of both frontend (client-side) and backend (server-side) portions of …