Google have released RE2, a regular expression library for C++ that provides a fast, safe, thread-friendly alternative way to use regular expressions
Read more »Matching Newlines in Vim
http://www.serverwatch.com –
In a recent article I wrote about using regular expressions in editors, I mentioned the fact that by default, Emacs will match newlines when using a complemented character set, and vim won't. A helpful reader, Tim Chase, contacted me to share a way around this.
Read more »
Created by chen2007 15 years 20 weeks ago – Made popular 15 years 20 weeks ago
Category: High End Tags:
Category: High End Tags:
- Login to post comments
Finding Things on Linux and Understanding Regular Expressions
http://www.linuxplanet.com –
Juliet Kemp shares some useful regular expressions for finding things on your Linux system. She also guides us through the perilous minefields of single quotes, double quotes, and shell expansion, and shows us how to craft our own custom regular expressions.
Read more »
Created by sunny 15 years 25 weeks ago – Made popular 15 years 25 weeks ago
Category: High End Tags:
Category: High End Tags:
- Login to post comments