rune::reader

Function unescape_string

Source
fn unescape_string<'a>(string: &str, cx: &'a Context<'_>) -> Gc<ObjectType<'a>>
Expand description

process escape characters in the string slice and return the resulting string.