正規表現テスター
リアルタイムマッチングとハイライトで正規表現をテスト・デバッグします。
//g
使い方
リアルタイムマッチングとハイライトで正規表現をテスト・デバッグします。
- 1Enter your regular expression pattern in the pattern field.
- 2Set flags (global, case-insensitive, multiline) as needed.
- 3Type or paste your test string in the input area.
- 4Matches are highlighted in real-time as you type.
主な機能
- Real-time regex matching with highlighted results
- Support for all JavaScript regex flags (g, i, m, s)
- Shows match count and captured groups
- Quick reference for common regex patterns