Searching for afx in: [ ["a", "a", "b", "a", "c"], ["a", "a", "a", "c", "f"], ["a", "f", "c", 1, "b"], ["a", "w", "x", "c", "z"], ["a", "q", "h", "q", "c"], ] Found: { Direction => "Diagonal", x => 0, y => 1 } Searching for fc1b in: [ ["a", "a", "b", "a", "c"], ["a", "a", "a", "c", "f"], ["a", "f", "c", 1, "b"], ["a", "w", "x", "c", "z"], ["a", "q", "h", "q", "c"], ] Found: { Direction => "Row", x => 1, y => 2 } Searching for wq in: [ ["a", "a", "b", "a", "c"], ["a", "a", "a", "c", "f"], ["a", "f", "c", 1, "b"], ["a", "w", "x", "c", "z"], ["a", "q", "h", "q", "c"], ] Found: { Direction => "Column", x => 1, y => 3 } Searching for wq in: [["w", "a"], ["a", "q"]] Found: { Direction => "Diagonal", x => 0, y => 0 } Searching for Nothing in: [["w", "a"], ["a", "q"]] Not found