Hello to all. I apologize for this awkward question by the newbies, but I can't figure out how to do this. I am fine with python and had a script in jython that I convert to pure java (and learning along the way).
I have a line: Java is really cool
I know how to delete a row to get the final result: really cool
but i'm not sure if this is a command in java. I found commands in java to do this specifically by text, but I want to use the space as a separator and get the words.
Can someone tell me what to use java command? I would like to be able to delete the first two words and / or specifically select the words that I want.
Thanks,
source share