I\'m trying to break up a paragraph into sentences. Here is my code so far:
import java.util.*; public class StringSplit { public static void main(String a
first Trim() Your String... and use this link
http://www.java-examples.com/java-string-split-example &http://www.rgagnon.com/javadetails/java-0438.html
and you can also use StringBuffer Class... just use this link i hope it will help you