https://github.com/dddlr/regex-crossword
My solutions to the puzzles at Regex Crossword.
https://github.com/dddlr/regex-crossword
Last synced: 4 months ago
JSON representation
My solutions to the puzzles at Regex Crossword.
- Host: GitHub
- URL: https://github.com/dddlr/regex-crossword
- Owner: dddlr
- Created: 2021-06-04T06:20:35.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-15T05:33:34.000Z (almost 5 years ago)
- Last Synced: 2025-08-27T22:56:58.279Z (10 months ago)
- Homepage:
- Size: 465 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
In this repository are my solutions to the puzzles at [Regex Crossword](https://regexcrossword.com/). The purpose is to keep track of how I answered each puzzle, so I don't have to re-solve them very often.
Note that I haven't sought any help from other people when doing these puzzles, or even looked at other people's solutions *after* completing them - the only help I sought was the website's own regex reference (the Help section on the website) and [Regexr](https://regexr.com/) (for occasionally testing regex strings). If you haven't done the puzzles already, I recommend completing them before looking at anyone's solutions, similar to what I did.