Answers for "python replace all consequitive spaces with 1 space"

3

replace multiple spaces with single space python

' '.join(myString.split())
Posted by: Guest on July-11-2020

Code answers related to "python replace all consequitive spaces with 1 space"

Python Answers by Framework

Browse Popular Code Answers by Language