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