Answers for "replace multiple whitespace with one whitespace python"

3

replace multiple spaces with single space python

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

how to make only one space in python

''+ ....
Posted by: Guest on October-16-2020

Code answers related to "replace multiple whitespace with one whitespace python"

Python Answers by Framework

Browse Popular Code Answers by Language