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.
正規表現 (POSIX 拡張)
- 導入
- インストール/設定
- 定義済み定数
- 例
- POSIX 正規表現関数
- ereg_replace — 正規表現による置換を行う
- ereg — 正規表現によるマッチングを行う
- eregi_replace — 大文字小文字を区別せずに正規表現による置換を行う
- eregi — 大文字小文字を区別せずに正規表現によるマッチングを行う
- split — 正規表現により文字列を分割し、配列に格納する
- spliti — 大文字小文字を区別しない正規表現により文字列を分割し、配列に格納する
- sql_regcase — 大文字小文字を区別しないマッチングのための正規表現を作成する
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.
