boost::xpressive::space — Matches a space character.
unspecified space;
The regex traits are used to determine which characters are space characters. To match any character that is not white-space, use ~space.