I want to thank Lan (I think 'twas Lan) for suggesting "Mastering Regular Expressions". It's been quite helpful and was really very readable.
It's also made me realize that my lack of regex-fu has been part of what's been holding me back from better vi-fu. So now that I've got my square brackets sorted from my curly braces... I'm wanting to dig into a book on vi. Anybody have any suggestions? I'm looking at this one: http://www.oreilly.com/catalog/vi6/ I'm hoping to find something that will help me with the "advanced" stuff. I've pretty much absorbed the vi tutorial... Oh... and that delimited e-mail address thing I was trying to figure out... I think this does it: ("crazy" being the pattern for an smtp address) ^(((?<=\s*^\s*)\s*[;,]?\s*)|\s*[;,]\s*)crazy)*$ Anywho... vi book suggestions? B -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
