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