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
Learning Regular Expressions, First Edition
Learn to use one of the most powerful text processing and manipulation tools available Regular expression …
book
Introducing Regular Expressions
If you’re a programmer new to regular expressions, this easy-to-follow guide is a great place to …
book
Regular Expression Pocket Reference, 2nd Edition
This handy little book offers programmers a complete overview of the syntax and semantics of regular …
book
Mastering Python Regular Expressions
For Python developers, this concise and down-to-earth guide to regular expressions is all you need to …