I essentially want to split up a string based on the sentences, therefore (for the sake of what I\'m doing), whenever there is a !, ., ?
!
.
?
You can use the String.split(String regex) method with parameter "[!.?:;]".
"[!.?:;]"