Regular expression enhancements

Hi,

Is there any chance we can get "common" token shortcuts added to the regular expression parser, e.g.:

\d for digit
\D for non digit
\s for whitespace
\S for non whitespace
etc

Or is it already there and I need to use to enable this?