Use replace instead of lstrip
lstrip will remove any character from the input string until a character not in the input string is found.
Showing
Please register or sign in to comment
lstrip will remove any character from the input string until a character not in the input string is found.