I need my Java program to take a string like:
\"This is a sample sentence.\"
and turn it into a string array like:
{\"this\
You can also use BreakIterator.getWordInstance.
BreakIterator.getWordInstance