Re: empty line in REs

2006-08-22 Thread Xavier Noria
On Aug 22, 2006, at 5:36 PM, chen li wrote: Just a quick question: what is the line code for an empty line using regular expression in Perl? Empty lines match /^$/, blank lines do not match /\S/. -- fxn -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

empty line in REs

2006-08-22 Thread chen li
Hi all, Just a quick question: what is the line code for an empty line using regular expression in Perl? Thanks, Li __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- To unsubscribe, e-ma