The 's' replaces one space match at any given time however the 's+' replaces the whole space sequence at once with the 2nd parameter.In this instance, it would make no change, since you are replacing everything using an vacant string (although It might be greater to use s+ from an efficiency perspective). When you were being changing with a non-emp… Read More