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 replace spaces in file names using a bash script

Can anyone recommend a safe solution to recursively replace spaces with underscores in file and directory names starting from a …

linux bash whitespace filenames
Check if a string has white space

I'm trying to check if a string has white space. I found this function but it doesn't seem to be …

javascript whitespace
Check if string contains only whitespace

How can I test if a string contains only whitespace? Example strings: " " (space, space, space) " \t \n " (space, tab, space, …

python text whitespace
Remove multiple whitespaces

I'm getting $row['message'] from a MySQL database and I need to remove all whitespace like \n \t and so …

php regex string preg-replace whitespace
How to ignore whitespace in a regular expression subject string?

Is there a simple way to ignore the white space in a target string when searching for matches using a …

regex whitespace
What is the symbol for whitespace in C?

I am trying to figure out how to check if a character is equal to white-space in C. I know …

c whitespace space
Add vertical whitespace using Twitter Bootstrap?

What's the best way to add vertical whitespace using Twitter's Bootstrap? For example, let's say that I am creating a …

twitter-bootstrap whitespace vertical-alignment twitter-bootstrap-2
git: fatal: I don't handle protocol '​​http'

I copy and pasted an git clone command from a web page: https://fedorahosted.org/ibus-typing-booster/ I got this: user@…

git clone whitespace
Remove white space below image

In Firefox only my video thumbnails are displaying mysterious 2-3 pixels of white space between the bottom of my image …

css image whitespace border removing-whitespace
How do I escape spaces in path for scp copy in Linux?

I'm new to linux, I want to copy a file from remote to local system... now I'm using scp command …

linux unix ubuntu whitespace scp