sponsor Vim development Vim logo Vim Book Ad

RegExpRef : short reference of regular expression metacharacters

 script karma  Rating 41/25, Downloaded by 2138  Comments, bugs, improvements  Vim wiki

created by
Christian Habermann
 
script type
utility
 
description
This text-file is an overview of the most used regular expression metacharacters of Vim and GNU's grep tool.
 
install details
Copy the file regexpref.txt to
Unix: ~/.vim/doc
Windows: c:\vimfiles\doc

To add this file to the Vim's help system do:
Unix: helptags ~/.vim/doc
Windows: helptags c:\vimfiles\doc

Add a mapping like
  map <Leader>re :help regexpref<cr>
to get quick access to the reference.

Pressing \re will then view the reference.

Memory aid: re = (r)egular (e)xpression
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
regexpref.txt 1.0.0 2004-01-25 6.0 Christian Habermann Initial upload
ip used for rating: 18.191.171.235

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github