Function no_space

Source
pub fn no_space(x: String) -> String
Expand description

Write a function that removes the spaces from the string, then return the resultant string.

§Example

"8 j 8 mBliB8g imjB8B8 jl B"
returns “8j8mBliB8gimjB8B8jlB”