in reply to Re: regex doubt on excluding
in thread regex doubt on excluding
Thank You Laurent.
So it should be something like this,
$string =~ s/^[ \t]$//mg;
but that code is not working for me!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: regex doubt on excluding
by Laurent_R (Canon) on Apr 21, 2014 at 08:53 UTC | |
by Anonymous Monk on Apr 21, 2014 at 09:48 UTC |