Top "Spaces" questions

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

Indenting heredocs with spaces

For personal development and projects I work on, we use four spaces instead of tabs. However, I need to use …

bash indentation spaces heredoc
file_get_contents with spaces in URL

I have an issue where even if I replace the spaces to %20 and get this content the ultimate url the …

php file-get-contents spaces
batch file: pass parameter with white spaces to function

I am using a batch file for backups. I pass the options to a function which calls the packaging executable. …

windows batch-file spaces
Regex - match a string without having spaces

Building an regular expression that will reject an input string which contain spaces. I have a following expression, but its …

javascript regex spaces
gradle: Execute task "type:Exec" with many arguments with spaces

I have the gradle task that should create Websphere profile on Windows OS task createProfile(type:Exec) { def commandToExecute = new …

batch-file gradle exec spaces processbuilder
setting tabwidth to 4 in git show / git diff

At work we are several developers and don't have a code style guide, and some developers indent with tabs, and …

git bash tabs whitespace spaces
How to correctly calculate address spaces?

Below is an example of a question given on my last test in a Computer Engineering course. Anyone mind explaining …

memory-address spaces cpu-registers msp430
Converting spaces to tabs in multiple files Sublime Text 2

Is there any way to convert all spaces to tabs, not file by file? If I open a file and …

tabs sublimetext2 indentation sublimetext spaces
how can i tell if a string contains ONLY digits and spaces in python using regex

I'm trying to write some script in python (using regex) and I have the following problem: I need to make …

python regex numbers spaces digits
What's wrong with putting spaces in $_GET variables

If I for example have my url looking like index.php?category=IT%20&%20Soft. Then i try to print "$_…

php get space spaces