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)
- 소개
- 설치/설정
- 예약 상수
- 예제
- POSIX Regex 함수 목록
- 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
28-Jul-2009 12:22
28-Jul-2009 12:22
bg at ms dot com
27-Jul-2009 01:35
27-Jul-2009 01: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.
