I am trying to basically try to delete .in line.extension
So i use
'.extension'[1..10]
Of course, this will work for 10 characters, as if I could make it work for any length. I do not know what to look for, because I do not know what this array style is called [x..y].
source
share