Home
Python Tutorial
Introduction
Data Type
Statement
Operator
String
Tuple
List
Dictionary
Collections
Function
Class
File
Buildin Function
Buildin Module
Database
Regular Expressions
Thread
Tkinker
wxPython
XML
Network
CGI Web
Windows
Split « String « Python Tutorial
Python Tutorial
String
Split
5.30.Split
5.30.1.
split is the inverse of join, and is used to split a string into a sequence:
5.30.2.
Splitting Strings
5.30.3.
split Without Arguments
5.30.4.
Split by :