Learning Regular Expressions



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
File type : PDF
Downloads: 94
Created: 2022-02-03
License: CC BY-SA
Author(s): Stack Overflow Community
Learning Regular Expressions

Warning: Trying to access array offset on false in /home/tutovnfz/public_html/article.php on line 233

Others Computer science Tutorials

Azure Serverless Succinctly

Think Complexity

Algorithms Notes for Professionals

Training Site Reliability Engineers

Modern C

Others related eBooks about Learning Regular Expressions

Programming Persistent Memory: A Comprehensive Guide for Developers

This book describes the Persistent Memory technology and why it is exciting the industry. It covers the operating system and hardware requirements as well as how to create development environments using emulated or real persistent memory hardware. ...

Matters Computational: Ideas, Algorithms, Source code

This book provides algorithms and ideas for computationalists, whether a working programmer or anyone interested in methods of computation. The focus is on material that does not usually appear in textbooks on algorithms. ...

Notes on Data Structures and Programming Techniques

There are two purposes to this book: to teach you to program in the C programming language, and to teach you how to choose, implement, and use data structures and standard programming techniques. ...

Energy Efficient Servers

Energy Efficient Servers: Blueprints for Data Center Optimization introduces engineers and..., download free Servers tutorial in PDF (360 pages) created by Corey Gough ....

HackSpace Magazine: Issue 50

Download free course HackSpace Magazine: Issue 50, pdf file on 116 pages by HackSpace Team....

Programming Languages: Application and Interpretation

This book unites two approaches to teaching programming languages, one based on a survey of languages and the other on writing definitional interpreters. It has been used as a textbook at over fifteen institutions worldwide, and is referenced by non-academic users on the Web. The book is updated a...

The Basics of User Experience Design

If you're looking to gain an introduction into the world of user experience (UX) design - ..., download free User Experience Design tutorial in PDF (73 pages) created by Mads Soegaard ....

CS Unplugged

Download free course CS Unplugged, pdf file on 243 pages by Tim Bell, Ian H. Witten, Mike Fellows....

Getting Started with Maya 7

This pdf tutorial introduces the different areas of Maya in a set of brief lessons. The lessons are designed to let you learn these modules at your own pace....

The Next.js Handbook

Download free course The Next.js Handbook, pdf file on 102 pages by Flavio Copes....