mtbink.com logo

Remove useless spaces

Input (String)
Output (String)

The function of this online utility is to remove useless spaces.

For example,

 var  a   =    1;     
     var    b   =  2; 
will becomes:
var a = 1;
var b = 2;

Share:



Flag Counter