Hi all,
Suppose I have inside a script following variable:
"a a a"
It needs to be changed into "a+a+a".
Changing the space characters into the + character.
The reason for this is that it has to be part of an URL, which cannot have any spaces.
It must be straightforward...but got no clue.
Thanks for the help!
Suppose I have inside a script following variable:
"a a a"
It needs to be changed into "a+a+a".
Changing the space characters into the + character.
The reason for this is that it has to be part of an URL, which cannot have any spaces.
It must be straightforward...but got no clue.
Thanks for the help!