std::core::string

unescape

fn String? String.unescape(String s, Allocator allocator, bool allow_unquoted = false)
Unescape a quoted string by parsing escape sequences.

Parameters