regexps

0

Google releases RE2 Regular Expression Library for C++

http://google-opensource.blogspot.com

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 »
altan's picture
Created by altan 14 years 29 weeks ago – Made popular 14 years 29 weeks ago
Category: High End   Tags:
0

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 »
chen2007's picture
Created by chen2007 14 years 50 weeks ago – Made popular 14 years 50 weeks ago
Category: High End   Tags:
0

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 »
sunny's picture
Created by sunny 15 years 2 weeks ago – Made popular 15 years 2 weeks ago
Category: High End   Tags:

Best karma users