Skip to main content

Regex C# - Replace extra spaces with a single space



 Regex.Replace( stringWithExtendedSpaces , @"\s+", " ");

Comments

Popular posts from this blog