Speedboat Summary
<<<< ^^^^^ >>>>>

Watch out for greedy matching

Regex matches as early as possible

Regex matches as long as possible

Usually this is what you want, but when not, use the perl question mark, negated character sets ([^wl]) and enumerated groups to get what you want.

As you see, there's almost no limit to what you can do with regex

The Vim list at Vim.org has regex's that make my examples look like kid stuff!

 
<<<< ^^^^^ >>>>>

 
 
 
 
Copyright (C) 2001 by Steve Litt, you can freely distribute unmodified copies if this copyright notice and disclaimer are intact.  This material originally appeared on Troubleshooters.Com.

This presentation has no warrantee, express or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The entire risk as to the quality and performance of the presentation is with you. Neither the author nor those who show the slideshow are responsible for any damage caused by errors, omissions, or anything else relating to this slideshow.
 

32.html

Exit Slideshow