Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (17 loc) · 859 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 859 Bytes

Mastering Regular Expressions

Main notes taken from the book Mastering Regular Expressions

Info about this book available at http://regex.info

For an online Perl interpreter, https://onecompiler.com/perl can be used

Introduction

Chapter 1: Introduction to Regular Expressions

Chapter 2: Extended Introductory Examples

Chapter 3: Overview of Regular Expression Features and Flavors

Details

Chapter 4: The Mechanics of Expression Processing

Chapter 5: Practical Regex Techniques

Chapter 6: Crafting an Efficient Expression

Tool-Specific Information

Chapter 7: Perl

Chapter 8: Java

Chapter 9: .NET

Chapter 10: PHP