Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
error
SUBMITTED BY:
Guest
DATE:
Feb. 17, 2014, 10:22 p.m.
FORMAT:
Text only
SIZE:
289 Bytes
Raw
Download
Tweet
HITS:
1632
Go to comments
Report
str = "1234556789"
["12345","56789"]
str = "12345/56789"
print str.split('/') # => ["12345", "56789"]
str = '1234556789'
print str.split('\') # => ["12345", "56789"]
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus