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
well, /^[^.]+/ is the simplest one
/^[^.]+/