" Success is 1% luck and 99% hard work. "  —  Anonymous

Archive  ›  June 29th, 2009

 

Greedy and Non-Greedy Matching using Perl Regular Expression

more...

In this article I will show the difference between the default greedy (.+ and .*) and non-greedy matching using Perl-compatible regular expression.

more...