pub fn strip_unicode_whitespace(input_str: &str) -> String
Strips any Unicode whitespace characters from the provided string and returns the resulting string.
input_str
A new string without any Unicode whitespace characters.