Re^2: Vi
Dave Decot
decot at hpisod2.HP.COM
Tue Jun 20 04:16:43 AEST 1989
|> [ ][ ]*
|>
|>and wish I had a nice way to abbreviate whitespace.
|
|I'd settle for extended regular expressions. (IE: [ ]+ )
POSIX P1003.2 will require that expressions of the form:
[[:space:]][[:space:]]*
be recognized, but that's probably not encouraging to you. At least
there's no invisible tabs. I think \w would be helpful as an abbreviation
for this, and also agree that + notation on basic regular expressions
would be great.
Dave
More information about the Comp.unix.questions
mailing list