Top "Spaces" questions

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

How do I strip all spaces out of a string in PHP?

How can I strip / remove all spaces of a string in PHP? I have a string like $string = "this is …

php string spaces
How to run an EXE file in PowerShell with parameters with spaces and quotes

How do you run the following command in PowerShell? C:\Program Files\IIS\Microsoft Web Deploy\msdeploy.exe -verb:sync …

powershell parameters quotes exe spaces
Echo tab characters in bash script

How do I echo one or more tab characters using a bash script? When I run this code res=' …

bash tabs echo spaces
How to strip all whitespace from string

How do I strip all the spaces in a python string? For example, I want a string like strip my …

python python-3.x spaces strip
Converting a sentence string to a string array of words in Java

I need my Java program to take a string like: "This is a sample sentence." and turn it into a …

java string spaces words
Sublime Text 3, convert spaces to tabs

I know there are a lot of posts about this, but I couldn´t get it to work. I use …

tabs sublimetext sublimetext3 spaces auto-indent
Removing spaces from a variable input using PowerShell 4.0

I've tried a few things already but they don't seem to work for some reason. Basically what I'm attempting to …

string powershell variables spaces stripping
Visual Studio Code - Convert spaces to tabs

I have both TypeScript and HTML files in my project, in both files tabs are converted to spaces. I want …

visual-studio-code tabs spaces
How can I convert tabs to spaces in every file of a directory?

How can I convert tabs to spaces in every file of a directory (possibly recursively)? Also, is there a way …

bash shell unix spaces in-place
Removing Spaces from a String in C?

What is the easiest and most efficient way to remove spaces from a string in C?

c string spaces