pub fn switch_string_to_url_encoding(string: &str) -> Result<&str>
Expand description

A function to replace certain combinations of characters as their URL encoded variations. Not entirely sure if this is necessary.