Function delete_white_space
Source pub fn delete_white_space(str: &String) -> String
Expand description
Removes all whitespace characters from the given string.
§Arguments
str
- The String
from which to remove whitespace characters.
§Returns
A new String
with all whitespace characters removed.