Replace / remove line breaks

gamestoenjoy

Addicted
Joined
Jan 30, 2010
Messages
928
Reaction score
98
FP$
2,481
Sometimes you want to replace or remove the line breaks from a text.
For example, when we work with SQL and we executed a select query that returned the values as a collection of lines,
and we want to use those values separated by commas for an update query .
There is an easy solution here, to use an online tool that will replace the line breaks with commas (or whatever character we want, or remove them).

Here is link: Line breaks replacer
 
Back
Top Bottom