This is my function, trying to remove whitespace from a string until the first non-whitespace character is met.
string removeSpaces(string str) { itera