delete space from text line

Asked by Unuldinei

Hello,

I have:

text_line = "word1 word2 ... wordn"

I need:

result = "word1word2...wordn"

I couldn't find anything here about this.
Thank you

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
Unuldinei
Solved:
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

textline = textline.replace(" ", "")

Revision history for this message
Unuldinei (numaipotdeloc) said :
#2

DOH! Thank you and sorry for the stupid question

Revision history for this message
RaiMan (raimund-hocke) said :
#3

There are no stupid questions unless it is by intention ;-) ... and I guess it was not ;-)