User:Laclale/gamesuchfamegrid/2: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Β 
Line 1: Line 1:
For each grids and solution lines, @ points where in array and repetition and πŸͺœ replaces <code>|</code>.
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. <code>D*CD*</code> only accepts D and CD so filled differently.
#First fill. <code>D*CD*</code> only accepts D and CD so filled differently.
#<code>(567πŸͺœ8πŸͺœ90)</code> is 90. (0) is captured so filled too.
#<code>(567|8|90)</code> is 90. (0) is captured so filled too.
#<code>(AMπŸͺœPMπŸͺœDM)</code> is DM. So <code>(MNπŸͺœNMπŸͺœLOπŸͺœOP)</code> is MN.
#<code>(AM|PM|DM)</code> is DM. So <code>(MN|NM|LO|OP)</code> is MN.
#Capture pointed <code>(CMπŸͺœDNπŸͺœCN)</code> is CM. Fill rest of <code>D*CD*</code> lane with D.
#Capture pointed <code>(CM|DN|CN)</code> is CM. Fill rest of <code>D*CD*</code> lane with D.
#<code>[810]/[^0-5]</code> is 8. <code>(N6πŸͺœW2πŸͺœI9πŸͺœ401K)</code> is N6.
#<code>[810]/[^0-5]</code> is 8. <code>(N6|W2|I9|401K)</code> is N6.
#<code>(12πŸͺœ56πŸͺœ78)@2/(19πŸͺœ36πŸͺœ57πŸͺœ82)@1</code> leaves 78 and 82. So <code>(16πŸͺœ59πŸͺœ77πŸͺœ92)</code> is 92.
#<code>(12|56|78)@2/(19|36|57|82)@1</code> leaves 78 and 82. So <code>(16|59|77|92)</code> is 92.
#<code>(59πŸͺœ60πŸͺœ61πŸͺœ62)</code> is 59 so <code>(09πŸͺœ18πŸͺœ27)</code> is 09.
#<code>(59|60|61|62)</code> is 59 so <code>(09|18|27)</code> is 09.
#Capture pointed <code>(13πŸͺœ51πŸͺœ73πŸͺœ91)</code> is 91. So <code>(97πŸͺœ75πŸͺœ53πŸͺœ31)</code> is 31.
#Capture pointed <code>(13|51|73|91)</code> is 91. So <code>(97|75|53|31)</code> is 31.
#<code>(24πŸͺœ73πŸͺœ65)</code> is 24. <code>(17πŸͺœ76)</code> is 76. <code>[POINTS]/[^J-Z]</code> is I.
#<code>(24|73|65)</code> is 24. <code>(17|76)</code> is 76. <code>[POINTS]/[^J-Z]</code> is I.
#Capture pointed <code>(36πŸͺœ45πŸͺœ54πŸͺœ63)</code> is 63 and <code>(25πŸͺœ45πŸͺœ65πŸͺœ85)</code> is 25.
#Capture pointed <code>(36|45|54|63)</code> is 63 and <code>(25|45|65|85)</code> is 25.
#<code>[THEFILM]+/([^HIMSELF])</code> is T and <code>[THEFILM]+/[^MIRTHFUL]</code> is E.
#<code>[THEFILM]+/([^HIMSELF])</code> is T and <code>[THEFILM]+/[^MIRTHFUL]</code> is E.
#<code>(FAπŸͺœVOπŸͺœRIπŸͺœTE)@2/(WAπŸͺœYFπŸͺœARπŸͺœER)@2</code> leaves FA and WA. So <code>(MAπŸͺœPLπŸͺœELπŸͺœEAπŸͺœFS)</code> is FS.
#<code>(FA|VO|RI|TE)@2/(WA|YF|AR|ER)@2</code> leaves FA and WA. So <code>(MA|PL|EL|EA|FS)</code> is FS.
#<code>(61πŸͺœ29πŸͺœ78πŸͺœ94)</code> is 61. So <code>(40πŸͺœ41πŸͺœ52πŸͺœ53)</code> is 41.
#<code>(61|29|78|94)</code> is 61. So <code>(40|41|52|53)</code> is 41.
#Capture pointed <code>(42πŸͺœ31πŸͺœ20)</code> is 42.
#Capture pointed <code>(42|31|20)</code> is 42.
#At this point, location word is required to determine rest.
#At this point, location word is required to determine rest.
{| class="wikitable"
{| class="wikitable"
|+ Table 2
|+ Table 2
|-
|-
|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
|A/D||D*CD*||(MN{{nw!}}NM{{nw!}}LO{{nw!}}OP)\1{4}.||(.)(.)[3-6][3-8](567{{nw!}}8{{nw!}}90)\2{2}\1{2}[3-7]||(.)(.)\2(.)\1(.)(.)\4.\5[^0-5]||.(.)([AMBUSH])[^J-Z]\2([^HIMSELF])..\1[^DISCOVERY]\3||(WA{{nw!}}YF{{nw!}}AR{{nw!}}ER)(.)\2{2}[^MIRTHFUL]([_______]<2>)\3.\2.||(.)(.)(.)(.).\4.5\3\2\1||(19{{nw!}}36{{nw!}}57{{nw!}}82)(.)[2468](.).(09{{nw!}}18{{nw!}}27)\3\2\3
|-
|-
|....(.)\1(12πŸͺœ56πŸͺœ78)
|....(.)\1(12{{nw!}}56{{nw!}}78)
|D
|D
|M
|M
Line 30: Line 30:
|8
|8
|-
|-
|..(40{{nw!}}41{{nw!}}52{{nw!}}53)(FA{{nw!}}VO{{nw!}}RI{{nw!}}TE)(16{{nw!}}59{{nw!}}77{{nw!}}92)
|..(40πŸͺœ41πŸͺœ52πŸͺœ53)(FAπŸͺœVOπŸͺœRIπŸͺœTE)(16πŸͺœ59πŸͺœ77πŸͺœ92)
|D
|D
|N
|N
Line 40: Line 40:
|2
|2
|-
|-
|..(61{{nw!}}29{{nw!}}78{{nw!}}94)(_{{nw!}}__{{nw!}}__{{nw!}}__{{nw!}}__)<4>(97{{nw!}}75{{nw!}}53{{nw!}}31)
|..(61πŸͺœ29πŸͺœ78πŸͺœ94)(_πŸͺœ__πŸͺœ__πŸͺœ__πŸͺœ__)<4>(97πŸͺœ75πŸͺœ53πŸͺœ31)
|D
|D
|M
|M
Line 50: Line 50:
|1
|1
|-
|-
|..(17πŸͺœ76)[POINTS].(24πŸͺœ73πŸͺœ65)
|..(17{{nw!}}76)[POINTS].(24{{nw!}}73{{nw!}}65)
|D
|D
|N
|N
Line 60: Line 60:
|4
|4
|-
|-
|(CM{{nw!}}DN{{nw!}}CN)(.)\2..(36{{nw!}}45{{nw!}}54{{nw!}}63)
|(CMπŸͺœDNπŸͺœCN)(.)\2..(36πŸͺœ45πŸͺœ54πŸͺœ63)
|C
|C
|M
|M
Line 70: Line 70:
|3
|3
|-
|-
|..(0)\1[THEFILM]+(25πŸͺœ45πŸͺœ65πŸͺœ85)
|..(0)\1[THEFILM]+(25{{nw!}}45{{nw!}}65{{nw!}}85)
|D
|D
|N
|N
Line 80: Line 80:
|5
|5
|-
|-
|.(.)(42πŸͺœ31πŸͺœ20)\1[^GUIDANCE](.)\3
|.(.)(42{{nw!}}31{{nw!}}20)\1[^GUIDANCE](.)\3
|D
|D
|M
|M
Line 90: Line 90:
|0
|0
|-
|-
|....(AB{{nw!}}CD{{nw!}}EF{{nw!}}GH)(59{{nw!}}60{{nw!}}61{{nw!}}62)
|....(ABπŸͺœCDπŸͺœEFπŸͺœGH)(59πŸͺœ60πŸͺœ61πŸͺœ62)
|D
|D
|N
|N
|4
|4
|0
|0
|(AB{{nw!}}CD{{nw!}}EF{{nw!}}GH)@1/.
|(ABπŸͺœCDπŸͺœEFπŸͺœGH)@1/.
|(ABπŸͺœCDπŸͺœEFπŸͺœGH)@2/(<2>\3)
|(AB{{nw!}}CD{{nw!}}EF{{nw!}}GH)@2/(<2>\3)
|5
|5
|9
|9
|-
|-
|(AMπŸͺœPMπŸͺœDM)(.)\2(MAπŸͺœPLπŸͺœELπŸͺœEAπŸͺœFS)\2{2}
|(AM{{nw!}}PM{{nw!}}DM)(.)\2(MA{{nw!}}PL{{nw!}}EL{{nw!}}EA{{nw!}}FS)\2{2}
|D
|D
|M
|M
Line 110: Line 110:
|3
|3
|-
|-
|....[______]<8>.(13πŸͺœ51πŸͺœ73πŸͺœ91)
|....[______]<8>.(13{{nw!}}51{{nw!}}73{{nw!}}91)
|D
|D
|N
|N
Line 120: Line 120:
|1
|1
|-
|-
|(.)(N6πŸͺœW2πŸͺœI9πŸͺœ401K)[810].\1..
|(.)(N6{{nw!}}W2{{nw!}}I9{{nw!}}401K)[810].\1..
|D
|D
|N
|N

Latest revision as of 07:38, 25 March 2023

For each grids and solution lines, @ points where in array and repetition and each cell should satisfy both regular expression across and down.

  1. First fill. D*CD* only accepts D and CD so filled differently.
  2. (567|8|90) is 90. (0) is captured so filled too.
  3. (AM|PM|DM) is DM. So (MN|NM|LO|OP) is MN.
  4. Capture pointed (CM|DN|CN) is CM. Fill rest of D*CD* lane with D.
  5. [810]/[^0-5] is 8. (N6|W2|I9|401K) is N6.
  6. (12|56|78)@2/(19|36|57|82)@1 leaves 78 and 82. So (16|59|77|92) is 92.
  7. (59|60|61|62) is 59 so (09|18|27) is 09.
  8. Capture pointed (13|51|73|91) is 91. So (97|75|53|31) is 31.
  9. (24|73|65) is 24. (17|76) is 76. [POINTS]/[^J-Z] is I.
  10. Capture pointed (36|45|54|63) is 63 and (25|45|65|85) is 25.
  11. [THEFILM]+/([^HIMSELF]) is T and [THEFILM]+/[^MIRTHFUL] is E.
  12. (FA|VO|RI|TE)@2/(WA|YF|AR|ER)@2 leaves FA and WA. So (MA|PL|EL|EA|FS) is FS.
  13. (61|29|78|94) is 61. So (40|41|52|53) is 41.
  14. Capture pointed (42|31|20) is 42.
  15. At this point, location word is required to determine rest.
Table 2
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