最初のマッチ検索
pcre2_search pattern, text
refstr にマッチ文字列。
pcre2_search "(?<=@)\w+", "user@example.com" mes refstr ; "example"
| pcre2_match | 全体マッチ判定 |
| バージョン | 3.8 |
| 作成日 | 2026/04/16 |
| 著作者 | IronHSP |
| 備考 | hsppcre2.dll が必要。PCRE2 10.44 Perl 互換。UTF-8 Unicode フル対応。 |
| タイプ | ユーザー定義命令 |
| グループ | 正規表現 (PCRE2) |
| hs ファイル | hsphelp\iron_pcre2.hs |