Building a Foundation
  • Introduction
  • Use Cases For Regular Expressions
  • Course RoadMap
  • About Course Subtitles
  • Deep Dive - First Example
  • Resources for Download
  • A generic solution to any regex problem
  • Hands-on with Linux Grep regex engine
  • Hands-on with Java regex engine
  • Building a Foundation
Regex: The Basic Set
  • Introduction
  • The Wildcard Symbol
  • Wildcard Asterisk Combo
  • Representing Whitespaces
  • Character Classes
  • Character Classes With Ranges
  • Escaping With Backslash
  • Anchors
  • Regex: The Basic Set
Regex: The Extended Set
  • Introduction
  • Curly Braces Repeater
  • Single Ended Curly Braces Repeater
  • The Plus Repeater
  • The Question Mark Binary
  • Making Choices With Pipe
  • Regex: The Extended Set
Regex: Find and Replace with Capture Groups
  • Introduction
  • The Monitor Resolutions Problem
  • The First Name Last Name Problem
  • The Clock Time Problem
  • The Phone Number Problem
  • The Date Problem
  • Another Phone Number Problem
  • Regex: Find and Replace with Capture Groups
Regex: Challenges
  • Introduction
  • The Email Challenge
Wrap up
  • Wrapping it all up