Function remove_ws_punct (o2scl)

O2scl : Function List

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

Remove all whitespace, punctuation, parenthesis, and slashes from the string s.

Warning

Experimental.