Skip to content

c4arl0s/RegularExpressions

Repository files navigation

  1. 1. Regular Expression Tutorial - Content
  2. 2. Literal Characters
  3. 3. First Look at How a Regex Engine Works Internally
  4. 4. Character Classes or Character Sets
  5. 5. The Dot Matches (Almost) Any Character
  6. 6. Start of String and End of String Anchors
  7. 7. Word Boundaries
  8. 8. Alternation with The Vertical Bar or Pipe Symbol
  9. 9. Optional Items

Reference

  1. Basic Syntax Reference.
    • Characters
    • Character Classes or Character Sets [abc]
    • Dot
    • Anchors
    • Word Boundaries
    • Alternation
    • Quantifiers
  2. Advanced Syntax Reference.
    • Grouping and Backreferences
    • Modifiers
    • Atomic Grouping and Possessive Quantifiers
    • Lookaround
    • Continuing from The Previous Match
    • Conditionals
    • Comments
  3. Unicode Syntax Reference.
    • Unicode Characters
    • Unicode Properties, Scripts and Blocks
  4. Syntax Reference for Specific Regex Flavors.
    • .NET Syntax for Named Capture and Backreferences
    • Python Syntax for Named Capture and Backreferences
    • XML Character Classes
    • POSIX Bracket Expressions
  5. Regular Expression Flavor Comparison.
    • Characters
    • Character Classes or Character Sets
    • Dot
    • Anchors
    • Word Boundaries
    • Alternation
    • Quantifiers
    • Grouping and Backreferences
    • Modifiers
    • Atomic Grouping and Possessive Quantifiers
    • Lookaround
    • Continuing from The Previous Match
    • Conditionals
    • Comments
    • Unicode Characters
    • Unicode Properties, Scripts and Blocks
    • .NET Syntax for Named Capture and Backreferences
    • Python Syntax for Named Capture and Backreferences
    • XML Character Classes
    • POSIX Bracket Expressions
  6. Replacement Text Reference.
    • Syntax Using Backslashes
    • Syntax Using Dollar Signs
    • Tokens Without a Backslash or Dollar
    • General Replacement Text Behavior
    • Highest-Numbered Capturing Group

About

Regular Expressions Book from Princetone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages