in reply to Re: 'one-liner' help
in thread 'one-liner' help

Nope. Does not seem to work.

would not the /s in the /sgi cause it to read multilines?

Thanks.
SA
:)

Replies are listed 'Best First'.
Re: Re: Re: 'one-liner' help
by dws (Chancellor) on Apr 16, 2003 at 23:03 UTC
    would not the /s in the /sgi cause it to read multilines?

    No. They modify how the regex behaves, but the regex has nothing to do with how input is handled. If input is a line-at-at-time, /s won't help you.