I have a
string: hi there my name is Leo
I want to move the cursor to the beginning of the sentence. That line that flashes whenever you click on any text editable area. I want it to move to the beginning of the line so that I can write something. I don't want to use \r or newstring + oldstring. It HAS TO BE HOME

The line I'm writing isn't necessarily in English.
Ex: English: hi there my name is Leo <-- the HOME button takes me to right before hi (look at it from left to right)
Ex: English + Arabic: مرحباً أنا name ليو <-- the HOME button takes me to right after the second
word (look at it from left to right)