Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Split the string using the separator

# Split the string using the separator

text= "Orange,Apple,Grapes,WaterMelon,Kiwi"
print(text.split(','))
Source by itsmycode.com #
 
PREVIOUS NEXT
Tagged: #Split #string #separator
ADD COMMENT
Topic
Name
9+7 =