Web Design Tutorials and Articles: More Regular Expression Patterns in PHP

By Chrysanthus - About Me - E-mail this page - Add to My Favorites - Add to Blog List - See other blogs in Computers & Internet

Wednesday, April 8, 2009

More Regular Expression Patterns in PHP

PHP Regular Expressions – Part III Introduction In this part of the series, we continue to analyze patterns in PHP Regular Expressions. Matching Repetitions In the subject string, characters or groups of characters may repeat themselves. We shall talk about groups of characters, as a topic, later. For now, let us concentrate on single character repeating itself. There are quantifier metacharacters that allow us to match repetition of single characters or groups of characters in the subject... Sign in to see full entry.

Previous: Regular Expression Patterns in PHP - New Entries - Next: Regex SubPattern in PHP

Headlines (What is this?)