in reply to Strip user-defined words with regexp

What makes up or defines a sentence? The newline? The dot if it's not followed by a word character?
  • Comment on Re: Strip user-defined words with regexp

Replies are listed 'Best First'.
Re: Re: Strip user-defined words with regexp
by Marcello (Hermit) on Mar 04, 2004 at 14:46 UTC
    Sorry, the term phrase is probably better. I am looking for the first two words in a phrase, the phrase can end with anything and can contain newlines, etc etc.