>>>>> "JG" == Jim Green <student.northwest...@gmail.com> writes:
JG> I have a text file with lines like this JG> · Experience in C/C++ realtime system programming JG> · Experience in ACE, FIX JG> Could anybody tell me which regex to use to get rid of the dot and the JG> leading spaces before each Line? what have you tried? do you have any code at all to show? this list isn't for coding for you but to help perl beginners. this is a fairly easy problem so why don't you do a basic s/// op on a line, anchor it to the beginning and try to match what you don't want and replace it with a null string. i wrote it in english so you have to translate that to perl. uri -- Uri Guttman ------ u...@stemsystems.com -------- http://www.sysarch.com -- ----- Perl Code Review , Architecture, Development, Training, Support ------ --------- Gourmet Hot Cocoa Mix ---- http://bestfriendscocoa.com --------- -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/