Skip to content

DaudAhmad0303/my-string-splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

my-string-splitter

My spliter is my user-defined function for the implemntation of Split function which performs splitting on the given string and converts it into a list separted by space by default.i.e., if no splitter is provided


   >>> my_splitter("Pluto is a planet")
   ['Pluto', 'is', 'a', 'planet']

   >>> my_splitter("18/10/1990","/")
   ['18', '10', '1990']

Releases

No releases published

Packages

No packages published

Languages