Harry Fuecks is back today on the SitePoint PHP Blog with part two of his "joy of regular expressions" series, continuing on from this previous entry.
He jumps right in, summarizing the first part in a small section before getting back into the examples:
- Hunting for .jp(e)gs
- Escaping Meta-Characters
- Search and Replace
- preg_quote()
- preg_replace()
- Word Boundaries, Word Characters...and everything else
- Sub patterns
- Spot the XSS Hole
- eval() is evil!
- preg_replace_callback()