正規表現 (Perl 互換)
- はじめに
- インストール/設定
- 定義済み定数
- 例
- PCRE のパターン
- 正規表現パターンに使用可能な修飾子 — パターン修飾子
- Perl とは異なる点 — Perl との違い
- PCRE 正規表現構文 — パターン構文
- PCRE 関数
- preg_filter — 正規表現による検索と置換を行う
- preg_grep — パターンにマッチする配列の要素を返す
- preg_last_error — 直近の PCRE 正規表現処理のエラーコードを返す
- preg_last_error_msg — 最後に実行した PCRE 正規表現に関するエラーメッセージを返す
- preg_match — 正規表現によるマッチングを行う
- preg_match_all — 繰り返し正規表現検索を行う
- preg_quote — 正規表現文字をクオートする
- preg_replace — 正規表現検索および置換を行う
- preg_replace_callback — 正規表現検索を行い、コールバック関数を使用して置換を行う
- preg_replace_callback_array — 正規表現検索を行い、コールバック関数を使用して置換を行う
- preg_split — 正規表現で文字列を分割する
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google