search_rows: Search All Rows Across Columns of a Matrix-like Structure
Description
I sometimes need to see which rows of a matrix-like structure
contain a string matched by a search pattern.
This somewhat similar to writing a matrix-like structure to disk and then
using search_files on it.