Function taplo::util::unescape

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

Unescape all supported sequences found in Escape.

If it fails, the index of failure is returned.