Web Design Tutorials and Articles: Building a Regular Expression 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

Building a Regular Expression in PHP

PHP Regular Expressions – Part VI Introduction Many of the examples we have come across are simple examples. In this section we look at two examples that are more demanding. Before we leave this part of the series, we shall talk about what is called Backtracking. Steps required to Build a Regex These are the steps required to build a regex: - Specify the task in detail, - Break down the problem into smaller parts, - Translate the small parts into regexes, - Combine the regexes, - Optimize the... Sign in to see full entry.

Previous: Regex Modifiers in PHP - New Entries - Next: Using Regular Expressions in PHP

Headlines (What is this?)