[][src]Function taplo::util::unescape

pub fn unescape(s: &str) -> Result<String, usize>

Unescape all supported sequences found in Escape.

If it fails, the index of failure is returned.