fn check_single_line(line: &str, check_line: &str) -> bool
Check that the pattern in check_line applies to line. Returns true if they do match.
check_line
line
true