工具Regex Tester

正则表达式测试器

实时测试正则表达式

表达
//gm
Flags:
测试串
0 chars
Loading...
比赛亮点
0 比赛
比赛将在此处突出显示...
比赛信息
未找到匹配项

Use these tools directly in Chrome

Install the DailyDevTools extension — access all tools from your browser toolbar

Add to Chrome

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

  1. 1Enter your regex pattern in the Pattern field (without wrapping slashes)
  2. 2Select the flags you need: g for global, i for case-insensitive, m for multiline
  3. 3Paste your test string in the Test area — all matches are highlighted instantly
  4. 4Review the Matches panel to see each match, its index, and any named capture groups

Frequently asked questions

Comments