Function
string.lstrip

Signature

lstrip(s, chars=None)

Documentation String

lstrip(s [,chars]) -> string

Return a copy of the string s with leading whitespace removed. If chars is given and not None, remove characters in chars instead.