First Sentence Regex

php, regex

Solution

well, `/^[^.]+/` is the simplest one

Problem

I'm after a regex ( php / perl compatible ) to get the first sentence out of some text. I realize this could get huge if covering every case, but just after something that will be "good enough" at the moment. Anyone got something off the shelf for this?

Original source