Topic: Regexp shorthands (1 of 1), Read 63 times
Conf: VEDIT Suggestions
From: Manuel Diaz
Date: Thursday, April 18, 2002 10:40 AM

Hello,

If it doesn't require much work it would be nice to have Vedit
support (at least some) common regexp shorthands like
\w Match a "word" character
\W Match a non-"word" character
\s Match a whitespace character
\S Match a non-whitespace character
\d Match a digit character
\D Match a non-digit character
\b Match a word boundary
\B Match a non-(word boundary)

This would decrease its degree of verbosity.

--
Best regards,
M. Diaz