RegHex icon indicating copy to clipboard operation
RegHex copied to clipboard

Do you like regular expressions, hexagons, and crosswords? Then try RegHex!

Results 2 RegHex issues
Sort by recently updated
recently updated
newest added

Thanks for coding up this puzzle---I found it really fun. Here is an implementation of partial matching for each line. It works by using an underscore character, _, to represent...

When solving these puzzles, it's very useful to be able to write down all possibilities in a cell, especially when there's very few options that are permissible. It could be...