Title: Split and Join a String in Python - GeeksforGeeks
Open Graph Title: Split and Join a String in Python - GeeksforGeeks
Description: Your All-in-One Learning Portal. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
Open Graph Description: Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, school education, upskilling, commerce, software tools, competitive exams, and more.
Keywords:
Opengraph URL: https://www.geeksforgeeks.org/python/python-program-split-join-string/
Domain: www.geeksforgeeks.org
{"@context":"https://schema.org","@type":"Article","mainEntityOfPage":{"@type":"WebPage","id":"https://www.geeksforgeeks.org/python/python-program-split-join-string/"},"headline":"Split and Join a String in Python","datePublished":"2018-01-10 08:30:18","dateModified":"2025-11-04 10:18:11","image":{"@type":"ImageObject","url":"https://media.geeksforgeeks.org/wp-content/uploads/gfg_200X200-100x100.png","width":"100","height":"100"},"author":{"@type":"Organization","name":"GeeksforGeeks","url":"https://www.geeksforgeeks.org/","logo":{"@type":"ImageObject","url":"https://media.geeksforgeeks.org/wp-content/cdn-uploads/logo-new-2.svg","width":"301","height":"40"}},"publisher":{"@type":"Organization","name":"GeeksforGeeks","url":"https://www.geeksforgeeks.org/","logo":{"@type":"ImageObject","url":"https://media.geeksforgeeks.org/wp-content/cdn-uploads/logo-new-2.svg","width":"301","height":"40"}},"description":"The task is to split a string into parts based on a delimiter and then join those parts with a different separator. For example, \"Hello, how are you?\" split by spaces and joined with hyphens becomes: \"Hello,-how-are-you?\".Let’s explore multiple methods to split and join a string in Python.Using split() and","about":[{"@type":"Thing","name":"Python"},{"@type":"Thing","name":"PythonString"},{"@type":"Thing","name":"PythonStringPrograms"}]}
{"@context":"https://schema.org","@type":"WebSite","name":"GeeksforGeeks","url":"https://www.geeksforgeeks.org/","potentialAction":{"@type":"SearchAction","target":"https://www.geeksforgeeks.org/search/{search_term_string}/","query-input":"required name=search_term_string"}}
{"@context":"https://schema.org","@type":"Organization","name":"GeeksforGeeks","url":"https://www.geeksforgeeks.org/","logo":"https://media.geeksforgeeks.org/wp-content/cdn-uploads/20200817185016/gfg_complete_logo_2x-min.png","description":"Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, school education, upskilling, commerce, software tools, competitive exams, and more.","founder":[{"@type":"Person","name":"Sandeep Jain","url":"https://in.linkedin.com/in/sandeep-jain-b3940815"}],"sameAs":["https://www.facebook.com/geeksforgeeks.org/","https://twitter.com/geeksforgeeks","https://www.linkedin.com/company/1299009","https://www.youtube.com/geeksforgeeksvideos/"]}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Python","item":{"@type":"Thing","@id":"https://www.geeksforgeeks.org/category/python/"}},{"@type":"ListItem","position":2,"name":"python-program-split-join-string","item":{"@type":"Thing","@id":"https://www.geeksforgeeks.org/python/python-program-split-join-string/"}}]}
{"@context":"https://schema.org","@type":"VideoObject","name":"Program to split and join a string","description":"Python program to Split a string based on a delimiter and join the string using another delimiter. Split a string can be quite useful sometimes, especially when you need only certain parts of strings. nbspA simple yet effective example is splitting the First-name and Last-name of a person. Another application is CSV(Comma Separated Files). We use split to get data from CSV and join to write data to CSV. nbspIn Python, we can use the function split() to split a string and join() to join a string. For detailed article on split() and join() functions, refer these split() in Python and join() in Python.Program to split and join a string httpswww.geeksforgeeks.orgpython-program-split-join-string","thumbnailUrl":["https://media.geeksforgeeks.org/geeksforgeeks/Programtosplitandjoinastring/Programtosplitandjoinastring20220707134034.jpg","https://media.geeksforgeeks.org/geeksforgeeks/Programtosplitandjoinastring/Programtosplitandjoinastring20220707134034-seo.png","https://media.geeksforgeeks.org/geeksforgeeks/Programtosplitandjoinastring/Programtosplitandjoinastring20220707134034-small.png"],"uploadDate":"2022-07-07T13:40:50Z","duration":"PT0H2M2S","contentUrl":"https://www.geeksforgeeks.org/videos/program-to-split-and-join-a-string/"}
| theme-color | #308D46 |
| image | https://media.geeksforgeeks.org/wp-content/cdn-uploads/gfg_200x200-min.png |
| og:image:type | image/png |
| og:image:width | 200 |
| og:image:height | 200 |
| facebook-domain-verification | xo7t4ve2wn3ywfkjdvwbrk01pvdond |
| og:site_name | GeeksforGeeks |
| og:image | https://media.geeksforgeeks.org/wp-content/cdn-uploads/gfg_200x200-min.png |
| article:section | Python |
| article:tag | Python string-programs |
| og:type | article |
| og:locale | en_US |
| article:published_time | 2018-01-10 20:30:18+00:00 |
| article:modified_time | 2025-11-04 10:18:11+00:00 |
| og:updated_time | 2025-11-04 10:18:11+00:00 |
| og:image:secure_url | https://media.geeksforgeeks.org/wp-content/cdn-uploads/gfg_200x200-min.png |
| msapplication-TileImage | https://www.geeksforgeeks.org/wp-content/uploads/gfg_200X200.png |
| next-head-count | 44 |
Links:
Viewport: width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=3.0
Robots: index, follow, max-image-preview:large, max-snippet:-1