Top "Spaces" questions

The space character, `U+0020`, used to separate words/tokens in most natural and programming languages.

Elastic Search wildcard search with spaces

I have the following query. I'm trying to find values of 'hello world', but it returns zero results. However, when …

elasticsearch wildcard spaces
Runtime.exec() with absolute directory

I would like to use Runtime.exec() to initiate another process in a directory with spaces. (It sounds stupid but …

java executable spaces runtime.exec
getString from ResultSet with spaces

I'm managing a JDBC database with Servlets/JSPs and one of the attributes I have in a table is a …

jsp servlets jdbc spaces getstring
Inserting Spaces Instead of Tabs in ALL Files

Our unit testing setup makes sure you use spaces instead of tabs in all files, including .jsp and jspx. I …

eclipse jsp tabs spaces
REGEX To accept numbers separated by commas, but number range is 0-32767

I need to write a regular expression for taking input like this 23,456,22,1,32767 i.e. No commas allowed at the start …

regex numbers expression range spaces
Spaces between html attributes and values?

Are they allowed? and do they work with all browsers? Example: <div role = "region" id = "some-id" class = "a-class another-class"&…

html formatting spaces
How to display tabs as 4 spaces in gnome-terminal

Actually gnome-terminal display tabs as 8 spaces, and this is very annoying when you cat files or view diffs, is there …

tabs spaces tty gnome-terminal
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