The Python Oracle

Split Strings into words with multiple word boundary delimiters

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Droplet of life

--

Chapters
00:00 Question
00:44 Accepted answer (Score 534)
00:59 Answer 2 (Score 680)
01:49 Answer 3 (Score 484)
02:05 Answer 4 (Score 386)
03:51 Thank you

--

Full question
https://stackoverflow.com/questions/1059...

Answer 1 links:
[re.split()]: http://docs.python.org/library/re.html#r...

Answer 3 links:
[ghostdog74's answer]: https://stackoverflow.com/a/1157498/4297...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #string #split

#avk47