Skip to main content

parse_row_cells

Function parse_row_cells 

Source
pub fn parse_row_cells(
    line_text: &str,
    line_start_offset: usize,
    source: &str,
) -> RowCells
Expand description

Splits line_text (a | a | b | row) into trimmed cells and each cell’s source span. line_start_offset is the row’s UTF-16 start offset in source.