Function remove_whitespace (o2scl)

O2scl : Function List

void o2scl::remove_whitespace(std::string &s)

Remove all whitespace from the string s.

This function removes all characters in s which correspond to the integer values 9, 10, 11, 12, 13, or 32.