Download free course Learning Regular Expressions, pdf file on 94 pages by Stack Overflow Community.
A regular expression (regex or regexp) is a sequence of characters that define a search pattern. It is an unofficial and free Regular Expressions book created for educational purposes. All the content is extracted from Stack Overflow Documentation, which is written by many hardworking individuals at Stack Overflow.
Table of contents
- Getting started with Regular Expressions
- Anchor Characters: Caret (^)
- Anchor Characters: Dollar ($)
- Atomic Grouping
- Back reference
- Backtracking
- Capture Groups
- Character classes
- Escaping
- Greedy and Lazy quantifiers
- Lookahead and Lookbehind
- Match Reset: \K
- Matching Simple Patterns
- Named capture groups
- Password validation regex
- Possessive Quantifiers
- Recursion
- Regex modifiers (flags)
- Regex Pitfalls
- Regular Expression Engine Types
- Substitutions with Regular Expressions
- Useful Regex Showcase
- UTF-8 matchers: Letters, Marks, Punctuation etc.
- When you should NOT use Regular Expressions
- Word Boundary
Pages : | 94 |
Size : | 1.5 MB |
Downloads: | 84 |
Created: | 2022-02-03 |
License: | CC BY-SA |
Author(s): | Stack Overflow Community |
Warning: Trying to access array offset on false in /home/tutovnfz/public_html/amp/article-amp.php on line 263
Others related eBooks about Learning Regular Expressions
Download free course HoloLens Succinctly, pdf file on 85 pages by Lars Klint.
Download free course Computation and the Humanities, pdf file on 288 pages by Julianne Nyhan, Andrew Flinn.
Download free course The InfoSec Handbook, pdf file on 376 pages by Umesh Hodeghatta Rao, Umesha Nayak.
Download free course An Introduction to Matlab and Mathcad, pdf file on 136 pages by by Troy Siemers.
This book is designed for a first course1 in computer science that uses C++ as the language by which programming is studied. My goal in writing the book has not been to cover the syntax of a large language like C++, but to leverage the best features of the language using sound practices of prog