Jerry Preston wrote:
Hi!

I know this is a no brainer, but this line of code does not always work:

last if( /^\n/ or /^\s+\n/ );

What am I missing? Is there a better way?

Thanks,

Jerry

Are you trying to match a multiline string then do a /^\s*$/m

Bye
Ram


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to