Function to_unescaped_string

Source
pub fn to_unescaped_string(s: &str) -> Result<SmolStr, NonEmpty<UnescapeError>>
Expand description

Unescape a string following Cedar’s string escape rules