I need to extract the extract this string as 2 document example test(s): testing
one is example and the other is testing …please tell me how can i extract it…
I need to extract the extract this string as 2 document example test(s): testing
Share
You can use
String.split()method to split the function to split words from sentence.Example.
Found the example here: http://blog.codebeach.com/2008/03/split-string-into-words-in-java.html