def col_main():
    global col_regex
    col_regex = RegCommon.compile_regex(cols_tests)
    find_matching_cols()
def row_main():
    global row_regex
    row_regex = RegCommon.compile_regex(rows_tests)
    find_matching_rows()