フォーマッター&コード
Regex Playground
100+ curated patterns plus a live tester.
Runs in your browser
39 patterns
Email & web
Numbers
Dates
Phone & IDs
Code
Markup
Files
Misc
Matches
- ada@example.com.
編集者注
Understanding · The hundred patterns you keep copying.
この詳細な解説章は現在、英語版のみで提供されています。上の変換ツールはあなたの言語で動作しますが、長文の解説記事はまだ翻訳されていません。
よくある質問
Quick answers.
›Which regex engine does this use?
The playground uses the native JavaScript RegExp engine built into your browser, which supports standard features like lookaheads and capture groups.
›Is my test data sent to a server?
No. All pattern matching and text processing happens locally on your device in real-time.
›What are the common regex flags?
Common flags include `g` for a global search across the whole string, `i` for case-insensitive matching, and `m` for multiline mode.
›Can I test complex patterns?
Yes. You can write your own custom patterns or select from over 100 curated examples including URL validation, date formats, and HTML tag matching.
他の人はこちらも検索しています
関連ツール