PHP can slice and dice input quickly
January 03, 2008 (9:30:00 PM) - 9 months, 1 week ago
Share
a>
Print
Comments
Pattern matching is such a common chore for software that a special shorthand — regular expressions — has evolved to make light work of the task. PHP applications manage increasingly large amounts of data. Whether you need to validate form input or decompose content, this article will show you how PHP regular expressions can do the trick easily.