I want to get a new string from the third character to the end of the string, e.g. myString[2:end]
. If omitting the second part means ’till the end’, and if you omit the first part, does it start from the start?
I want to get a new string from the third character to the end of the string, e.g. myString[2:end]
. If omitting the second part means ’till the end’, and if you omit the first part, does it start from the start?