how to remove white spaces from string in c#

using System;
using System.Text.RegularExpressions;

public class Program
{
	public static void Main()
	{
		string yourString = "The value is: 99 086.78";
		string newString = "";	// MUST set the Regex result to a variable for it to take effect
		newString = Regex.Replace(yourString, @"\s+", ""); //Replaces all(+) space characters (\s) with empty("")
		Console.WriteLine(newString);
		// Output: Thevalueis:99086.78
	}
}

3
1
A-312 69370 points

                                    using System.Linq;

// ...

string example = "   Hi there!    ";
string trimmed = String.Concat(example.Where(c => !Char.IsWhiteSpace(c)));
// Result: "Hithere!"

3 (1 Votes)
0
Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
how to remove space in c# start of the string c# string sentence remove all the spaces c# string remove next whitespace characters string remove space c# c# remove whitespace from middle of string how to remove space end of string in c# .net remove spaces in c# remove spaces from beginning of string c# removing white spaces and empty lines how to remove space from a string c# how to remove spaces from the string in c# c# remove all blank spaces from string c# string remove whitespace at the end string remove trailing spaces c# c# to remove space from string c# remove space at start of string c# net 5.0 remove spaces from string DOT NET REMOVE SPACES FROM STRING' removing whitespace and special character from string C# remove all space from string c# remove white spaces c# c# remove trailing whitespace from string C# split remove white spaces C#.net trim trailing spaces on sting how to remove white space from strings in c# c sharp remove spaces from string c# remove whitespace and special characters from string c# remove space character from string remove trailing spaces c# C# remove spaces in string strip of spaces c# how to remove white space c# trim white space between string c# remove all space in string c# remove white space character c# how to remove spaces from string c# how to remove spaces in a sentence in c# remove spaces from the string c# c# string remove spaces to end c# string split remove empty spaces remove space left and right of string C# c# remove all spaces from a string c# remove all whitespaces from string remove spaces from end or string c# c# get rid of spaces in text c# regex remove spaces inside string string remove whitespaces c# how to remove the space in c# clear space from string c# c# replace white spaces in string c# change white spaces in string c# remove all whitespaces of a string delete string space c# how to remove spaces C# how to remove space from string in c#2 c# remove all whitespaces in string c# remove spaces and special characters from string why isstring removing space at end c# why is regex removing spaces c# c# remove with spaces remove white spaces c# string list remove white spaces c# string how to remove extra spaces in string c#.net how to remove empty space in string c# How to remove whitespace from last string c# delete some spaces c# remove whitespace in c# how to trim white spaces in c# trim spaces from end of string c# remove spaces from the string in c# erase space in c# c# delete spaces in string c sharp remove all spaces from string remove white space from string c# C# extra space characters how to remove c# remove all whitespace and special characters delete extra whitespace between words c# csharp remove whitespace from string with string.replace delete all spaces from string C# 11)Method used to remove white space from string? c# how to remove spaces from string in c# HOW TO KNOW IF A STRING CONTAINS SPACE AND REMOVE C# trim blank spaces in string C# remove whitespace from string c3 remove all spaces in string in c# c# remove reserve spaces for string c# remove extra whitespace from string c# remove whitespace from end of string c# best way to strip spaces and other unwanted characters from a string c# string remove space c# regex remove whitespaces remove spaces in c# string c# string remove spaces and special characters remove extra spaces from string c# remove blank spaces from a string c# string removes spaces at frong and end c# remove whitespace in string c# c# remove spaces C# remove all whitespaces from a text remove blank space from string in c# parse string and remove spaces c# how to remove spaces from the start of the string c# the method used to remove whitespace from a string in c# remove the space in c# c# remove white space c# regex remove spaces remove spaces in string in c# c# remove whitespase from string remove whitespacee from string c# how to remove multiple spaces in string c# asp net c# remove whitespace from string remove all spaces c# remove white spaces from string in c c# strinng remove spaces how to remove extra spaces in c# remove whitespace from a string c# how to get rid off the all white spae in a strng c# How to get rid of all spaces c# hpow to delete all spaces from a string in c# c# ignore spaces in string remove empty space from a sentence in c# trim all start spaces in string c# c# remove whitespace within string how to remove empty spaces from string in c# c# how to make no whitespace remove extra space from string in c# c# replace whitespace how to strip spaces in c# remove whitespace from text c# string remove spaces c# remove all white space from string c# how to remove any spaces c# c# string.trim all spaces how to delete spaces in ado.net c# strip whitespace remove space c# string text remove spaces c# regex to remove unnecessary spaces in c# string remove whitespace c# . Create an extension method of string class to remove extra space in string for example how to remove extra spaces and returns in a string without regex c# how to remove space in string in c# unity string remove spaces before first character how to remove space from a string in c# remove whitespaces from string c# how to remove empty spaced from an string in c# c# delete space in string trim all spaces in string c# remove empty space from string c# Get rid of space in a snetence c# eliminate spaces from a string c# c# remove empty characters from string c# string remove end spaces c# Remove all spaces from a textbox c# remove empty space from string remove spaces from input c# c# remove spaces from end of string Remove white space from the string C# remove white spaces get set c# remove white spaces get set c# string remove spacing c# how to remove spaces from string remove empty spaces from string c# disallow blank space in string c# no space allowed in string in c# removing spaces c# how to remove white spaces from string in c# remove space C# remove spaces from a string c# remove space string c# c# remove all space C# replace all space in string remove space in c# remove whitespace from a string c# trim all whitespace c# c# string remove all whitespace remove white space in string c# c# clean string whitespace c# Format no whitespace c3 Format no whitespace c# trim all whitespace c# clear whitespace remove all white space before a string c# c# remove space from string removing spaces from a string c# c# delete all space in string c# remove all whitespace before and after character how to remove spaces in string c# c# remove whitespaces from string c# whitespace remove remove all empty spaces from string c# how to remove all whitespace from a string c# c# remove all whitespace delete spaces in string c# how to remove all spaces from a string c# remove space from the string in c# c# remove space remove white space from c# c# trim all spaces but one in string c# trim all spaces in string how to remove space in c# string with substring remove all whitespace from string in c# delete blank spaces on string C# remove any space from string c# how to remove whitespace from string in C# how to trim all spaces in astring c# how to remove white spaces in a string in C# manually remove spaces from a string in c# c# string remove all speace remove string spaces c# c# remove all spaces in string how to delete space in c# remove space from a string c# replace white space in c# c# remove inner spaces remove whitespace between string c# replace inner spaces of words in c# replace inner spaces c# with _ replace inner spaces c# how to get rid of space after string in asp.net core replace the white space c# remove space from string in c# c# remove unnecessary spaces enter tabs from string how to remove all spaces from a string in c# c# how to remove all spaces from string c# remove soaces from strings C# convert string to object remove empty spaces make object null remove space from asp,net c# string how to delete spaces from string c# remove spaces in a string c# csharp string remove all space c# remove all whitespace from string remove space in string c# remove space in text c# how to delete space in string c# remove all whitespaces c# c# string remove all spaces remote white spaces in a strinmg c# c# replace all spaces remove white space c# string c# string remove empty spaces how to remove all white space from the string in c# removing spaces ina string c# how to remove all the spaces from a string c# remove white space string c3 c# replace all spaces with - remove spaces froms tring c# c# how to remove whitespace from string remove splaces in string c# c# delete spaces from string remove whitespace c# remove white spaces from a string c# c# remove all spaces c# how to remove white spaces from a string C# removning all character spacing remove space from string c# string remove all whitespace c# remove whit space string C3 how to remove any spaces in string vb.net c# remove all blanks how to trim whitespace within text c# trim all spaces c# c# replace empty space in string trim space from middle C# remove spaces c# behind how to take all spaces out of a string in c# c# remove new string or empty space string return string without space in c# strip blank spaces c# how to take all white space c# c# renive space string replace all whitespace .net remove numerous white space c# string how to remove spaces from a string c# c# remove white spaces from string remove all spaces from string c# remove spaces string c# remove all whitespace from string c# how to remove all spaces in c# how to trim all spaces in c# remove spaces from array scala remove spaces in string c# mvc remove spaces from string c# c# remove whitespace from string remove spaces c# c# string remove whitespace c# remove all spaces from string string remove blank spaces c# c# replace spaces with nothing remove spaces in string c# remove all spaces in a string C# reemove all spaces in a string C# c# how to get rid of spaces remove string empty space C# remove white space from strionfg c# how to remove spaces from a string in c# remove whitespace from string c# c# removing space from string how to remove all white space c# c# string remove spaces remove white space c# remove whitespaces c# c# remove whitespace in a string c# remove whitespace how to remove spaces in string in c# c# remove spaces from string
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source