|
|
| more useful options | |
| PerlMonks |
Re: Regex to remove databy space_monk (Hermit) |
| on Nov 06, 2012 at 17:10 UTC ( #1002529=note: print w/ replies, xml ) | Need Help?? |
|
perl -pe 's/ ^ [A-Z\s]+ $ //x' <your_data, anybody?
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||