pub fn parse_delimiters(s: &str) -> Vec<u8> ⓘ
Parse delimiter string with escape sequences. Supports: \n (newline), \t (tab), \ (backslash), \0 (NUL), empty string (no delimiter).