Deprecating POSIX regex in PHP for Perl searching is like substituting wooden boards and brick for a house with pre-fabricated rooms and walls. Sure, you may be able to mix and match some of the parts but it's a lot easier to modify with all the pieces laid out in front of you.
Regular Expression (POSIX Extended)
- Introduction
- Installing/Configuring
- Predefined Constants
- Examples
- POSIX Regex Functions
- ereg_replace — Replace regular expression
- ereg — Regular expression match
- eregi_replace — Replace regular expression case insensitive
- eregi — Case insensitive regular expression match
- split — Split string into array by regular expression
- spliti — Split string into array by regular expression case insensitive
- sql_regcase — Make regular expression for case insensitive match
POSIX Regex
dhinged at comcast dot net
27-Jul-2009 07:22
27-Jul-2009 07:22
bg at ms dot com
26-Jul-2009 08:35
26-Jul-2009 08:35
There should be a huge message on here, regarding PHP 5.3.0 (June 30, 2009) because this appears to be the first time in history that PHP is abandoning parts of its API, specifically the POSIX regex stuff -- presumably this is to favor the PCRE regex stuff.
That's fine, but it should be well noted, not ignored.
