The Python Oracle

Split string with multiple delimiters in Python

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: Magical Minnie Puzzles

--

Chapters
00:00 Question
00:52 Accepted answer (Score 1182)
01:12 Answer 2 (Score 453)
01:27 Answer 3 (Score 175)
02:48 Answer 4 (Score 89)
03:16 Thank you

--

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

Answer 2 links:
[re.escape]: http://docs.python.org/2/library/re.html...
[RegexObject.split]: http://docs.python.org/2/library/re.html...
[lookbehind assertion]: https://www.regular-expressions.info/loo...

--

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

--

Tags
#python #string #split #delimiter

#avk47