正则表达式测试器
实时测试正则表达式
表达
//gm
Flags:
测试串
Loading...
比赛亮点
比赛将在此处突出显示...
比赛信息
Use these tools directly in Chrome
Install the DailyDevTools extension — access all tools from your browser toolbar
What is Regex Tester?
Regular expressions (regex) are powerful pattern-matching sequences used in text processing, input validation, search-and-replace, and data extraction. Regex syntax can be difficult to debug without visual feedback. DailyDevTools' Regex Tester highlights all matches in real-time as you type, shows capture groups, supports all JavaScript regex flags (g, i, m, s, u), and explains what each part of your pattern does in plain English.
How to use Regex Tester
- 1Enter your regex pattern in the Pattern field (without wrapping slashes)
- 2Select the flags you need: g for global, i for case-insensitive, m for multiline
- 3Paste your test string in the Test area — all matches are highlighted instantly
- 4Review the Matches panel to see each match, its index, and any named capture groups