Searching for such a pattern still seems unreliable but as sentences may be ended by line returns I would try just the following
[.\!\?][\s\n\r\t][A-Z]
I don't think you actually meant for the look-ahead's do you? ( !? together, so using the \ escapes it - tells the regex ignore any special meaning )