_StringRemoveDoubleSpaces

Returns string with removed double spaces

#include "String and File String.au3"
_StringRemoveDoubleSpaces( $sString )

parameters

$sString String with double spaces to remove

return value

string value Double spaces removed string

related

example

_StringRemoveDoubleSpaces( "String   with to    much     spaces" ) ; "String with to much spaces"