Introduction to PHP Regular Expressions (#1): General Mechanics
Anyone that has to do a large sum of unusual data manipulation will always choose to use regular expressions ('regex') over native functions because of one thing: power. In PHP the 'ereg_' functions are what utilize ERE POSIX, and the 'preg_' functions utilize PCRE. In this 'introduction to regular expressions' the author will assume no prior knowledge of regex, and will try to give you the most thorough explanation of this powerful tool as possible.
Visit publisher site: Introduction to PHP Regular Expressions (#1): General MechanicsListing Details
- Filed in:
-
Scripts / PHP / Tutorials & Tips / Development
- Submitted on:
- Last Updated:
- Feb 27, 2003
- Publisher:
- Other listings by this publisher
License & Pricing Information
User Reviews
Be the first to review this listing!Not yet reviewed by any member.... You can be the FIRST one to write a review for Introduction to PHP Regular Expressions (#1): General Mechanics