First page
Back
Continue
Last page
Overview
Regular Expressions in
vi
and
vim
Regular expressions operate in
less
-like search operations
Example:
/1RKZ[68][0-9]3
And in
sed
-like search and replace commands
Example:
:1,$s/\<[Cc]at\>/& and dog/g