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 Site:
- Introduction to PHP Regular Expressions (#1): General Mechanics
- Filed in:
-
PHP / Tutorials & Tips / Development
- Date Added:
- Feb 27, 2003
- Last Updated:
- Feb 27, 2003
License and Pricing Information
| Publisher site visits: | 1,321 |
|---|---|
| Average rating: | 0.00 |
| Total ratings: | 0 |
Publisher Info
- Author:
Other listings by this publisher
- Introduction to PHP Sockets
- Introduction to PHP Classes (Object Oriented Programming)
- Processing Payments With CURL
- PHP Freaks: Randomize Images, Quotes and MySQL Results
- Introduction to PHP Output Buffering
- P and J Programming 101 - Sequencing and Dependencies
- Making Expanding and Collapsing Menus with PHP
- PHP and Microsoft Access Database (ODBC)
- Using PostgreSQL With PHP
- MySQL Efficiently using ADOdb
- LAMP - Linux Apache MySQL and PHP
- PHP and Background Processes
- Escaping PHP Properly
- PHP GD Library Introduction
