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.

ANTLR4: Whitespace handling

I have seen many ANTLR grammars that use whitespace handling like this: WS: [ \n\t\r]+ -> skip; // or …

parsing antlr whitespace parser-generator antlr4
Table style border- outlook 2010 adds an extra space

I created an HTML for email marketing. I placed a table, and applied a border around it: <table border="0" …

html-table whitespace html-email outlook-2010
Extend a div width based on its children width

Here is my little problem (the value are just here for the example): Lets say I have a window with …

whitespace css nowrap
whitespace in the format string (scanf)

Consider the following code: #include<stdio.h> int main() { int i=3, j=4; scanf("%d c %d",&i,&…

c input whitespace scanf stdio
Trimming whitespace from usernames and passwords

The iPad application I'm working on requires that the user provide a username and password that are authenticated against a …

ios authentication whitespace username security-trimming
Extra space under textarea, differs along browsers

There`s some extra space under textarea tag. From 1 to 4 pixels in different browsers. The markup is very simple: <!…

html css cross-browser whitespace removing-whitespace
git - trim whitespace

I've accidentally put some whitespace in my initial commit - it shows up red in git diff --color. What's the …

git whitespace code-cleanup removing-whitespace
Remove all whitespaces from String but keep ONE newline

I have this input String (containg tabs, spaces, linebreaks): That is a test. seems to work pretty good? working. Another …

java string whitespace removing-whitespace
Is there any way to view whitespace in the query editor for SQL Server Management Studio Express 2005?

I have it enabled in Visual Studio 2008, but I'd really like to enable this feature in SQL Server Management Studio 2005 …

sql-server-2005 ide whitespace ssms
Prevent word wrap on hyphen in html email in Outlook 2007 and Outlook 2010

This is my first post. So: I'm working on an HTML e-newsletter using the same template I've used for a …

whitespace html-email outlook-2007 outlook-2010 typography