Monday, December 8, 2014

Regular Expressions

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!

  1. Regular Expressions Stripping Out an Anchor Tag's Attributes
  2. Regular Expressions preg match and preg match all
  3. Regular Expressions Matching a US Phone Number, and Named Captures
  4. Regular Expressions Course Entrance
  5. Regular Expressions Your First Matches
  6. Regular Expressions Verifying a String's Length
  7. Regular Expressions The preg split Function
  8. Regular Expressions The Beginnings of a Markdown like Service
  9. Regular Expressions Search and Replace
  10. Regular Expressions Removing Whitespace
  11. Regular Expressions Ranges and Curly Braces
  12. Regular Expressions Porting the Previous Exercise to PHP
  13. Regular Expressions Non capturing Groups
  14. Regular Expressions Negative Lookbehinds
  15. Regular Expressions Matching an Email Address
  16. Regular Expressions Lookaheads
  17. Regular Expressions Greedy Matches
  18. Regular Expressions Character Classes and Alternation
  19. Regular Expressions Course Exit
  20. Regular Expressions Conditional Expressions if then
  21. Regular Expressions Carets and Dollars
  22. Regular Expressions Capturing Values
  23. Regular Expressions Callback Functions for a RegEx
  24. Regular Expressions Backreferences
  25. Regular Expressions An Advanced Phone Number Expression

No comments:

Post a Comment