The Python Oracle

Substitute multiple whitespace with single whitespace 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: Dreaming in Puzzles

--

Chapters
00:00 Question
00:27 Accepted answer (Score 958)
00:54 Answer 2 (Score 187)
02:40 Answer 3 (Score 46)
03:38 Thank you

--

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

Answer 1 links:
[\s]: https://docs.python.org/3/library/re.htm...
[re.ASCII]: https://docs.python.org/3/library/re.htm...

Answer 2 links:
[Alex Martelli's split/join solution]: https://stackoverflow.com/a/2077944/1165...
[this post]: https://stackoverflow.com/a/15913564/116...

--

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

--

Tags
#python #substitution #removingwhitespace

#avk47