Function process_raw_string

Source
pub fn process_raw_string(s: &str) -> String
Expand description

Processes the given string, converting escape substrings into the proper characters.

This also supports string continuation, This allows users to write strings like: “Hello,
World!” which is actually just “Hello, World!”.