Python String Methods MethodDescriptionsplit()Splits the string at the specified separator, and returns a listsplitlines()Splits the string at line breaks and returns a liststartswith()Returns true if the string starts with the specified valuestrip()Returns a trimmed version of the stringPython String Methods – W3Schools www.w3schools.com › python › python_ref_string