Regex Tester
開発者ツール
正規表現テスター
正規表現パターンとテスト文字列を入力すると、リアルタイムでマッチ結果を確認できます。
/ /
0 件マッチ
パターン解説
パターンを入力するとここに解説が表示されます
マッチ結果
マッチはありません。
$1, $2 などでキャプチャグループを参照できます。
置換結果
0 件置換
すべての処理はブラウザ内で完結します。データはアップロードされません。
正規表現テスターで出来る事 About Regex Tester
この正規表現テスターは、JavaScriptエンジンを使ってブラウザ上でリアルタイムに正規表現をテストできるオンラインツールです。パターンを入力すると、すべてのマッチ位置・内容・キャプチャグループが即座に表示されて、動作確認やデバッグが効率よく行えます。
メールアドレス・URL・電話番号・日付・IPv4/IPv6・カラーコード・UUIDなど16種類の定番パターンをライブラリから選択できるので、ゼロから正規表現を書く必要はありません。各パターンの説明も日本語で提供されており、学習用としても活用できます。
フラグ(グローバル・大文字小文字無視・複数行・dotAll・Unicode)を自由に切り替えられるほか、置換モードで正規表現による置換結果をプレビューできます。$1、$2などの後方参照も対応しており、実務的な置換作業のシミュレーションが可能です。パターンの各トークンについて自動生成された解説が表示されるため、複雑な正規表現の理解を深められます。
すべての処理はブラウザ内で完結し、入力データはサーバーに送信されません。業務データや個人情報を含むテキストのテストにも安心してご利用いただけます。
This regex tester allows you to test regular expressions in real time using the JavaScript RegExp engine right in your browser. Enter a pattern and instantly see all matches, their positions, values, and capture groups — making verification and debugging fast and straightforward.
The built-in pattern library includes 16 common patterns: email addresses, URLs, phone numbers, postal codes, IPv4 and IPv6 addresses, hex color codes, dates, times, UUIDs, domain names, usernames, HTML tags, full-width characters, integers, decimals, and strong passwords. Each pattern comes with a description in both English and Japanese, so you can learn as you work.
Toggle flags freely (global, case-insensitive, multiline, dotAll, Unicode) and use Replace Mode to preview substitutions with full support for backreferences like $1 and $2. As you type your pattern, an automatically generated token-by-token explanation helps you understand complex regex syntax at a glance.
All processing happens in your browser — no data is ever sent to a server. Safely test text containing business data, personal information, or any sensitive content without worry.
正規表現テスターの使い方 How to use Regex Tester
- 「パターン」欄に検証したい正規表現を入力します。入力すると「パターン解説」にトークンごとの意味が自動表示されるため、複雑なパターンも理解しやすくなります。
- フラグボタン(g・i・m・s・u)で必要な動作をカスタマイズします。gを選ぶとテキスト全体のマッチをすべて表示、iなら大文字小文字を無視した検索ができます。
- 「テスト文字列」にマッチ対象のテキストを貼り付けると、リアルタイムでマッチ件数・位置・内容・キャプチャグループが「マッチ結果」セクションに表示されます。
- 「置換モード」をONにして置換文字列を入力すると、正規表現による置換結果をプレビューできます。$1、$2などの後方参照で、キャプチャグループを置換文字列に含められます。
- 「よく使うパターン」から定番パターン(メール・URL・電話番号・日付など)をワンクリック挿入して、ゼロから書く手間を削減できます。
- Enter a regex pattern in the 'Pattern' field. As you type, the 'Pattern Explanation' section automatically displays the meaning of each token, making complex patterns easy to understand.
- Use the flag buttons (g, i, m, s, u) to customize the matching behavior. Select 'g' to find all matches globally, or 'i' to ignore case differences.
- Paste your test text into the 'Test String' textarea. Matches, positions, values, and capture groups appear instantly in the 'Match Results' panel below.
- Toggle 'Replace Mode' on, enter a replacement string, and see the substitution result in real time. Use backreferences like $1 or $2 to include capture groups in your replacement.
- Click 'Common Patterns' to instantly insert popular regex patterns like emails, URLs, phone numbers, or dates, saving time and reducing errors.
正規表現テスターを使うメリット Benefits of Regex Tester
- 【リアルタイム検証】パターンを入力するたびにマッチ結果が即座に更新されるため、試行錯誤のサイクルが圧倒的に速くなります。デバッグ作業を効率化し、開発時間を短縮できます。
- 【パターン解説機能】複雑な正規表現も、各トークンの意味が自動生成される解説で理解しやすくなります。$1などの特殊文法も即座に確認でき、学習効果も高まります。
- 【16種類の定番パターン】メール・URL・電話番号・日付・カラーコード・UUID・パスワード強度チェックなど、よく使うパターンをライブラリから選択できるため、ゼロから書く手間が省けます。
- 【完全クライアントサイド】すべての処理はブラウザ内で完結し、入力データはサーバーに送信されません。業務データや個人情報を含むテキストも安心してテストできます。
- 【置換機能つき】正規表現による置換結果をプレビューしながら作成でき、後方参照($1など)も対応。実務的な置換タスクをシミュレーションできます。
- [Real-Time Verification] See match results update instantly as you type, speeding up your debugging workflow and reducing development time significantly.
- [Pattern Explanation] Every token in your regex is automatically explained, making complex patterns easy to understand. Learn syntax in real time while testing.
- [16 Built-In Patterns] Email, URL, phone number, date, hex color, UUID, password validation, and more — insert proven patterns with a single click instead of writing from scratch.
- [100% Client-Side] All processing happens in your browser with zero data transmission. Safely test text containing business data or personal information.
- [Preview Replacements] Test regex-based substitutions with full backreference support ($1, $2, etc.), making it perfect for real-world replacement tasks.
他のカテゴリ Other Categories
Developer Tools の人気ツール TOP 10 Popular Developer Tools Tools TOP 10
Developer Tools のすべてのツール (43件) All Developer Tools Tools (43)
該当するツールが見つかりませんでした No matching tools found