Regular Expressions
In this course, we’re going to finally tackle those incredibly confusing regular expressions. Do they baffle you? Do they look like Egyptian hieroglyphs? No worries; I’m going to teach you both how to decode these symbols, and how to use them in your every day projects… from scratch! Learning how to properly use regular expressions is one of the best things I’ve ever done in my development career. I hope to pass a bit of my learning on to you. So let’s go!
- Regular Expressions Stripping Out an Anchor Tag's Attributes
- Regular Expressions preg match and preg match all
- Regular Expressions Matching a US Phone Number, and Named Captures
- Regular Expressions Course Entrance
- Regular Expressions Your First Matches
- Regular Expressions Verifying a String's Length
- Regular Expressions The preg split Function
- Regular Expressions The Beginnings of a Markdown like Service
- Regular Expressions Search and Replace
- Regular Expressions Removing Whitespace
- Regular Expressions Ranges and Curly Braces
- Regular Expressions Porting the Previous Exercise to PHP
- Regular Expressions Non capturing Groups
- Regular Expressions Negative Lookbehinds
- Regular Expressions Matching an Email Address
- Regular Expressions Lookaheads
- Regular Expressions Greedy Matches
- Regular Expressions Character Classes and Alternation
- Regular Expressions Course Exit
- Regular Expressions Conditional Expressions if then
- Regular Expressions Carets and Dollars
- Regular Expressions Capturing Values
- Regular Expressions Callback Functions for a RegEx
- Regular Expressions Backreferences
- Regular Expressions An Advanced Phone Number Expression
No comments:
Post a Comment