Skip to main content

is_table_row_line

Function is_table_row_line 

Source
pub fn is_table_row_line(line: &str) -> bool
Expand description

/^\|.*\|.*\|/ — line looks like a table row (>= 3 pipes).