At 11:49 PM -0600 12/21/09, Jim Green wrote:
Hi,

I have a text file with lines like this


·         Experience in C/C++ realtime system programming

·         Experience in ACE, FIX


Could anybody tell me which regex to use to get rid of the dot and the
leading spaces before each Line?

s/^\.\s*//;


--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to