Mastering how to process text in PHP

20

Author: JT Smith

In many apps, parsing parameters is a necessary evil. And nothing is better for it than PHP’s regex engine. This article delves more deeply into regexes and look at a handful of advanced operators and recipes to master regular expressions in PHP.

Link: ibm.com/developerworks

Category:

  • PHP