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.

How to auto-remove trailing whitespace in Eclipse?

The question has two parts, one of which I already have the answer for. How to auto-remove trailing whitespace from …

eclipse whitespace
Trim spaces from end of a NSString

I need to remove spaces from the end of a string. How can I do that? Example: if string is "…

nsstring whitespace trim
Avoid line break between html elements

I have this <td> element: <td><i class="flag-bfh-ES"></i>&nbsp;+34&…

html whitespace
How do I check that a Java String is not all whitespaces?

I want to check that Java String or character array is not just made up of whitespaces, using Java? This …

java string whitespace
How can I determine if a String is non-null and not only whitespace in Groovy?

Groovy adds the isAllWhitespace() method to Strings, which is great, but there doesn't seem to be a good way of …

string groovy whitespace
How to remove trailing whitespaces with sed?

I have a simple shell script that removes trailing whitespace from a file. Is there any way to make this …

sed whitespace
How to put space character into a string name in XML?

i have defined some strings in the strings.xml file. Now I need to put some extra space between some …

android xml whitespace
Git diff -w ignore whitespace only at start & end of lines

I love to use git diff -w to ignore whitespace differences. But, I just noticed that it ignores even whitespace …

git diff whitespace ignore
How can I check if string contains characters & whitespace, not just whitespace?

What is the best way to check if a string contains only whitespace? The string is allowed to contain characters …

javascript string whitespace
How to remove duplicate white spaces in string using Java?

How to remove duplicate white spaces (including tabs, newlines, spaces, etc...) in a string using Java?

java string whitespace