Top "Whitespace" questions

Whitespace, or white space, is often used to refer to any combination of spaces, tabs, and new lines which create blank space between text, either horizontally or vertically.

Remove all whitespace from string

How do I remove all whitespace from a string? I can think of some obvious methods such as looping over …

regex rust whitespace removing-whitespace
Android Spinner: Remove Extra White Space Between Text and Dropdown Icon

I have a spinner and by default there is extra white-space between text and dropdown icon which I really don't …

android whitespace android-spinner dropdown
Is there a way to view whitespace in SQL Server Management Studio 2016?

It doesn't look to me like there's any menu option which enables whitespace to be viewed in the text editor. …

ssms whitespace ssms-2016
The role of std::ws (whitespace) when reading data

Data saved in my file is (white spaces added at both beginning and end on purpose for this test): 1 2 3 Loading …

c++ whitespace getline stringstream istringstream
White Space / Coldfusion

What would be the correct way to stop the white space that ColdFusion outputs? I know there is cfcontent and …

coldfusion whitespace cfml
How do I work with spaces in my wix source path?

wxs file the File tag Source attribute; the path has a space in it. <File Id="_uploads.UserImport.EDS_…

file wix whitespace spaces
I can't insert a basic HTML whitespace without getting an error. Is there any other way?

I have my implementation with spring, js, and other technologies, whenever i try to use a &nsbp for white …

html whitespace apache-tiles
What exactly is the linear whitespace? (LWS/LWSP)

I saw mention of the term, along with CRLF, CR, LF, CTL (control characters) and SP (space). If it's not …

character special-characters whitespace
Strip whitespace in generated HTML using pure Python code

I am using Jinja2 to generate HTML files which are typically very huge in size. I noticed that the generated …

python html whitespace strip jinja2
How to change tab width in git diff?

The standard spacing for a tab is 8 characters. I prefer to view that as 4 characters in my editors and console. …

git whitespace git-diff