Skip to main content

encode_copy_text_cells

Function encode_copy_text_cells 

Source
pub fn encode_copy_text_cells(cells: &[Option<String>]) -> String
Expand description

Encode one row’s selected cells as a COPY text-format line — the inverse of decode_copy_text_row: tab-separated, \N for NULL, C-style backslash escapes for the control characters the decoder understands.