There is a String, which in TextView automatically transfers words to the second line because of the large number of words in one line. I would like to access the beginning of the second line for further editing.
I tried to check for "\n", but it did not work.
What are the possible solutions?