正規表現オンラインテスター

Free 無料 · ログイン不要 · データ保存なし Real-time · Group capture · Flags
/
/
Enter a pattern above and test string below

その他の開発ツール

Cron 生成
スケジュール作成
URL エンコード
パーセント変換
タイムスタンプ
Unix ↔ 日付
CSS フォーマッター
整形・圧縮
HTML フォーマッター
整形・美化
SQL フォーマッター
SQL 整形
Base64
エンコード
JSON フォーマッター
整形・検証・圧縮

なぜこれが最高のオンライン正規表現テスターなのか

リアルタイムマッチハイライト

Matches are highlighted in real-time as you type your regex pattern. See exactly what your expression captures.

キャプチャグループ

View all capture groups and their matched values displayed clearly below the test string.

すべてのフラグをサポート

Toggle g (global), i (case-insensitive), m (multiline), and s (dotall) flags with one click.

マッチ詳細

See the exact index position and length of each match for precise debugging.

よくある質問

What regex flavor does this tester use?

This tester uses JavaScript's built-in RegExp engine, which is the standard for web development and Node.js applications.

How do I test a regex for email validation?

Enter your email regex pattern like /^[\w.-]+@[\w.-]+\.[a-z]{2,}$/i in the pattern field, then type a test email in the test string area to see live matching.

Why does my regex not match across lines?

By default, . does not match newlines. Enable the s (dotall) flag to make . match any character including newlines, or use m (multiline) to make ^ and $ match line boundaries.

詳細ガイド
開発者必須ツールガイド
正規表現・Cron・タイムスタンプ・URL
ガイドを読む