boost::algorithm::trim — Trim.
template<typename SequenceT> void trim(SequenceT & Input, const std::locale & Loc = std::locale());
Remove all leading and trailing spaces from the input. The input sequence is modified in-place.
Parameters
An input sequence
A locale used for 'space' classification