pub fn decode_escape_sequences( context: &str, input: &str, ) -> Result<String, String>
Decode MATLAB-compatible escape sequences within a format specification.