Remove line breaks from string

emicarra

Member
Hello, how would you remove line breaks from a string? So that it goes from this:

Hello
World.

to this:

Hello World.
 
Top