" No one can make you feel inferior without your consent "  —  Eleanor Roosevelt

Posts Tagged  ›  Perl

 

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...