Selects characters inside LineEdit between from and to. By default from is at the beginning and to at the end.
text = "Welcome" select() # Welcome select(4) # ome select(2, 5) # lco
See Implementation
Selects characters inside LineEdit between from and to. By default from is at the beginning and to at the end.