Most voted "blank-space" questions
Whitespace is often used to refer to any combination of spaces, tabs, and new lines that create white space between text, horizontally or vertically.
Learn more…6 questions
Sort by count of
-
28
votes2
answers8284
viewsWhat does the REGEX shortcut mean?
I see a lot of people wearing \s in regex thinking its meaning is ' ' (space) because I tell you, it’s not, at least not only that. But then what does the \s in REGEX?…
-
3
votes4
answers22158
viewsHow to add row spacing to a table?
I need to draw a table with the following feature: That each row has a margin-bottom of 8px. The red highlight is the distance between the lines. The question is to be able to add only where I wish.…
-
3
votes2
answers7541
viewsIf input has only blanks, do nothing
I’m making an application of chat with Websocket. I used contenteditable="true" in a <div/>, because I needed to put so to facilitate in other functions. On the part of input that sends the…
-
0
votes1
answer27
viewsHow do I get the spaces just from the last column of the matrix?
Iai galera, so my code is already working perfectly, but in the last column it also gives a space, but I do not want this space there, as I do to remove it? Leaving only spaces between numbers.…
-
0
votes1
answer23
viewsProblem with spaces and structs in C
I’m starting to learn about C structs, but I’m having trouble trying to store data in user-filled empty strings. When the user inserts a product description at the first time of the repeat loop, the…
-
-5
votes2
answers111
viewsHow to make the browser render the <span> with some spaces in the text?
I have a <div> which will be used to store information. I want to make a kind of "table", formatting the texts and values so that they are more or less like this: Hot Dog 2,99 Pizza 7 Carro…