User:Laclale/gamesuchfamegrid/2
For each grids and solution lines, @ points where in array and repetition and each cell should satisfy both regular expression across and down.
- First fill.
D*CD*
only accepts D and CD so filled differently. (567|8|90)
is 90. (0) is captured so filled too.(AM|PM|DM)
is DM. So(MN|NM|LO|OP)
is MN.- Capture pointed
(CM|DN|CN)
is CM. Fill rest ofD*CD*
lane with D. [810]/[^0-5]
is 8.(N6|W2|I9|401K)
is N6.(12|56|78)@2/(19|36|57|82)@1
leaves 78 and 82. So(16|59|77|92)
is 92.(59|60|61|62)
is 59 so(09|18|27)
is 09.- Capture pointed
(13|51|73|91)
is 91. So(97|75|53|31)
is 31. (24|73|65)
is 24.(17|76)
is 76.[POINTS]/[^J-Z]
is I.- Capture pointed
(36|45|54|63)
is 63 and(25|45|65|85)
is 25. [THEFILM]+/([^HIMSELF])
is T and[THEFILM]+/[^MIRTHFUL]
is E.(FA|VO|RI|TE)@2/(WA|YF|AR|ER)@2
leaves FA and WA. So(MA|PL|EL|EA|FS)
is FS.(61|29|78|94)
is 61. So(40|41|52|53)
is 41.- Capture pointed
(42|31|20)
is 42. - At this point, location word is required to determine rest.
A/D | D*CD* | (MN|NM|LO|OP)\1{4}. | (.)(.)[3-6][3-8](567|8|90)\2{2}\1{2}[3-7] | (.)(.)\2(.)\1(.)(.)\4.\5[^0-5] | .(.)([AMBUSH])[^J-Z]\2([^HIMSELF])..\1[^DISCOVERY]\3 | (WA|YF|AR|ER)(.)\2{2}[^MIRTHFUL]([_______]<2>)\3.\2. | (.)(.)(.)(.).\4.5\3\2\1 | (19|36|57|82)(.)[2468](.).(09|18|27)\3\2\3 |
....(.)\1(12|56|78) | D | M | 3 | 9 | W | W | 7 | 8 |
..(40|41|52|53)(FA|VO|RI|TE)(16|59|77|92) | D | N | 4 | 1 | F | A | 9 | 2 |
..(61|29|78|94)(_|__|__|__|__)<4>(97|75|53|31) | D | M | 6 | 1 | <4>@1/([AMBUSH]\2) | <4>@2/(\2) | 3 | 1 |
..(17|76)[POINTS].(24|73|65) | D | N | 7 | 6 | I | ./(<4>@2\2){2@1} | 2 | 4 |
(CM|DN|CN)(.)\2..(36|45|54|63) | C | M | 9 | 9 | ./(<4>@1[AMBUSH]\2) | ./(<4>@2\2){2@2} | 6 | 3 |
..(0)\1[THEFILM]+(25|45|65|85) | D | N | 0 | 0 | T | E | 2 | 5 |
.(.)(42|31|20)\1[^GUIDANCE](.)\3 | D | M | 4 | 2 | M | [^GUIDANCE]/(<2>\3) | 0 | 0 |
....(AB|CD|EF|GH)(59|60|61|62) | D | N | 4 | 0 | (AB|CD|EF|GH)@1/. | (AB|CD|EF|GH)@2/(<2>\3) | 5 | 9 |
(AM|PM|DM)(.)\2(MA|PL|EL|EA|FS)\2{2} | D | M | 3 | 3 | F | S | 3 | 3 |
....[______]<8>.(13|51|73|91) | D | N | 3 | 2 | <8>/[^DISCOVERY] | ./(<4>@2\2) | 9 | 1 |
(.)(N6|W2|I9|401K)[810].\1.. | D | N | 6 | 8 | T | D | 7 | 3 |