I would like to remove the first character of a string.
For example, my string starts with a :
and I want to remove that only. There are several occurrences of :
in the string that shouldn’t be removed.
I am writing my code in Python.
I would like to remove the first character of a string.
For example, my string starts with a :
and I want to remove that only. There are several occurrences of :
in the string that shouldn’t be removed.
I am writing my code in Python.