Current Puzzle
Level Select
Regex Reference
[A-Z] Any uppercase letter[^A] Anything but 'A'A|B 'A' or 'B'A* Zero or more 'A'sA+ One or more 'A'sA? Zero or one 'A'. Any character(AB) Group 'AB' togetherCreate New Puzzle
1. Enter Target Letters
Fill the grid with the solution letters (A-Z).
2. Auto-Generate Clues
Let the engine create valid regex constraints.
3. Edit Constraints
Row Regular Expressions
Column Regular Expressions
How it works
To create a valid Regex Crossword:
- Provide the "answer" grid first.
- The engine will analyze each row and column string.
- It generates patterns that match those strings.
- You can refine the generated regexes to make them harder or easier.
- All regexes automatically have implicit
^and$anchors applied during gameplay.