Clues
Row: [ab]{2} Col: a+Approach
Two-cell combo must satisfy both rules
Developer Tools
Fill a grid so each row and column matches its regex clue. Practice character classes, quantifiers, and groups through puzzles.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
开发工具
题目
在格子中填入字符,使每行每列都匹配对应的正则表达式。
行正则
列正则
正则速查
[abc] — a、b 或 c 中的一个
[^abc] — 不是 a、b 或 c
a|b — a 或 b
a* — 0 个或多个 a
a+ — 1 个或多个 a
a? — 0 或 1 个 a
. — 任意字符
Clues
Row: [ab]{2} Col: a+Approach
Two-cell combo must satisfy both rules
Depends on the page controls; try solving before revealing answers.
This is a puzzle; the tester runs matches/replacements on real text.
Tools
Continue with another translated tool for a nearby task.
Regex Tester
Test JavaScript regular expressions with live highlighting, match counts, capture groups, flag toggles, and built-in pattern presets. Matching runs locally in your browser.
Regex Explainer
Test regular expressions locally in your browser, highlight matches, and catch compile errors. Useful when debugging email, IP, or custom extractors without pasting unknown patterns blindly.
Regex Replacer
Run regular-expression find and replace with custom flags and capture-group backreferences such as $1. Batch text cleanup stays in your browser.