On the Subject of Regular Hexplanations
“Hello, I would like (an|\d)\sapples? please...”
- For use by those familiar with the original manual.
- Call the initial row and column Ri and Ci respectively.
- Rf = (Ri + (
[# of solvable modules]% 11 + 1)) % 12 - Cf = (Ci + ((
[# of batteries]+[# of indicators]) % 5 + 1)) % 6 - The four regexes are located in <Ri, Ci>, <Ri, Cf>, <Rf, Ci>, and <Rf, Cf>.
- Remember that you must start with the northwest regex first and go clockwise.
- Tip: Cycling vertices will always make them go clockwise as they appear on the module.
Cycling the top face will always have the order
+*.?. - An explanation of each regex can be found in pages 2, 3, and 4.
| 0 | 1 | 2 | 3 | 4 | 5 | |
|---|---|---|---|---|---|---|
| 0 | .*O.*H.* | .... | .*[^O]N.* | A.* | .*O.*E.* | .*(ER|RE).* |
| 1 | .*R[^E].* | [^ASTERISK]+ | .*[AEIOU].[AEIOU].* | .*(OW|WO).* | .*M[^O].* | .*W(HA|HI|A).* |
| 2 | .*O | .*OT.* | ....? | .*[OU][MN].* | .*E | .*F.*T.* |
| 3 | ..... | .*[^O]T.* | D.* | .*I.*T.* | .*(FI|IF).* | .*F[^O].* |
| 4 | [^BRACKET]+ | .*[^AEIOU][^AEIOU].* | .*(NO|ON).* | .*U[^G].* | .*OL?[DT].* | .*[AEIOU][AEIOU].* |
| 5 | .*HT.* | .....? | .*[BT][OE].* | .*H | .*OW.* | ...... |
| 6 | .*[^H]T.* | H.* | .*B.*T.* | .. | .*B[^O].* | [^REFUTE]+ |
| 7 | .*[^AEIOU][^AEIOU]. | .*(OT|TO).* | .*O[^W].* | [^STRAIGHT]+ | .*[AEIOU] .*[AEIOU].* |
.*TH.* |
| 8 | (..)?. | .*L[AEIOU].* | .*P | .*ON.* | ..? | .*[^E]A.* |
| 9 | W.* | .*F.*R.* | ... | .*I[^N].* | [^ELIMINATE]+ | [^AEIOU][^AEIOU].* |
| 10 | .*(HT|TH).* | .*E[^A].* | [^QUESTION]+ | .*[AEIOU] | .*DI.* | .*O[^T].* |
| 11 | .[AEIOU]. | .*Y | .*OR.* | ...? | .*[^S]T.* | U.* |