The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
41 views

String is .blank? but neither empty nor whitespace

I'm trying to use the squish method to reduce multiple white spaces in a string to single white spaces. However, I have a string with mutliple spaces which are not reduced. When I check for ...
1
vote
1answer
30 views

Replace white space%20 white - in search url

I tried a lot of code without results. I'm using wordpress and the url of search results is: http://mysite.com/search/the%20search%20query%20 I need to change it in ...
0
votes
2answers
41 views

How can I remove bounding whitespace of unknown origin that surrounds ajax response text?

I have an ajax script that inserts its response text into a div. This response text is surrounded by whitespace that appears to come from nowhere. I have spent hours looking around for a solution and ...
0
votes
1answer
16 views

php textarea unable to make it a string with no spaces tabs or enterkeys

Well this is my problem i am not able to make a string out of the array... i want it to only have numbers and commas, i have a function for that but it recieves a string and by some reason i am not ...
0
votes
1answer
47 views

Why does php include statement return whitespace as ajax response

An example of my question in the title demonstrates the problem I'm having. example sorry don't know how to use jsfiddle. And how do I fix it?
0
votes
4answers
30 views

leading whitespace while using string.split()

here's the code that i am using to split the string str = "1234".split("") ; System.out.println(str.length) ; //this gives 5 there is an extra whitespace added just before 1 i.e str[0]=" " How to ...
0
votes
2answers
85 views

DB2 update - remove all characters after white space

Select Substr(<<COLUMN NAME>>, 1,(PosStr(<<COLUMNNAME>>, ' ') -1)) From <<TABLE NAME>>; This statement here helps remove the white space, and all characters ...
0
votes
2answers
47 views

Dealing with HTML whitespace [duplicate]

I wondered if there is any technique that can be used to remove whitespace displaying in the browser without sacrificing readability of HTML. For example, putting HTML on different lines (easier to ...
0
votes
1answer
108 views

How to ignore whitespaces and new line feeds while parsing a XML file

how can I ignore whitespaces while parsing a XML file. It always calls the characters(...) method again, while after the end element a '\n' or '\r' is following, so it calls this method twice, instead ...
0
votes
1answer
104 views

How do I remove the white space above my images in an HTML email?

I have searched the web and this sight and tried every possible solution and still can't figure out why Outlook 2007-2013 is creating a white strip above my images. Here is a link to the full email: ...
0
votes
2answers
33 views

mod-pagespeed on JVM without Apache?

I recently discovered Google's mod-pagespeed for Apache, and its collapse_whitespace capability. I'm currently working on a project where a Tomcat instance serves a Grails application. Is there any ...
2
votes
5answers
312 views

Remove all whitespaces from String but keep ONE newline

I have this input String (containg tabs, spaces, linebreaks): That is a test. seems to work pretty good? working. Another test again. [Edit]: I ...
1
vote
2answers
55 views

Replace multi-spacing in strings with single whitespace - Python

The overhead in looping through the string and replacing double spaces with single ones is taking too much time. Is a faster way of trying to replace multi spacing in strings with a single whitespace? ...
0
votes
2answers
71 views

Extract whitespace-collapsed text from html as it would be rendered

I use an html parser (Neko) in order to extract the free-text of an html document. Since I'm interested in text's semantic I must give special attention to the distance between words as it appears in ...
0
votes
0answers
18 views

i have a white space on the right of my wordpress webpage

http://www.techscity.com the white space is only on the right can you please tell me what can i do about that i red all the Q&A about this subject but could t find anything that worked for me ...
-1
votes
1answer
47 views

Stripping Whitespace PHP [duplicate]

I have a Problem with RegEx and PHP, I have this string: Panorama - SPIEGEL ONLINE - Nachrichten ...
3
votes
5answers
125 views

Empty Lines in HTML source bad for seo? [closed]

I prefer to write my HTML clear, so I may use empty lines here and there - example: <div> <!-- Seasons --> <table class="giantTable"> ... </table> ...
0
votes
2answers
341 views

Mysterious whitespace in between Bootstrap Navbar and row underneath

I am using Bootstrap's Navbar and Bootsrap's grid to display a Navbar with a image immediately underneath the Navbar. However, for some reason there is whitespace between this Navbar and the image. ...
0
votes
3answers
87 views

Remove indentation of xml files

I am writing a function that I will use for my unit tests. I want to compare XML files, but as one of them will be created by a Third party library I want to mitigate any possible differences because ...
0
votes
3answers
92 views

How do I split a string by whitespace and ignoring leading and trailing whitespace into an array of words using a regular expression?

I typically use the following code in JavaScript to split a string by whitespace. "The quick brown fox jumps over the lazy dog.".split(/\s+/); // ["The", "quick", "brown", "fox", "jumps", "over", ...
1
vote
1answer
138 views

How to get rid of white space between inline elements (without keeping html on same line) [duplicate]

Possible Duplicate: How can I eliminate spacing between inline elements in CSS? If I have for example 2 buttons side by side like this: <input type="button">Test1</input> ...
0
votes
1answer
190 views

My diff contains trailing whitespace - how to get rid of it?

I've tried editing a php file in TextWrangler with line endings set to Unix, in NetBeans, and in vim. When I save the diff to a patch and then try to apply it, it gives whitespace errors. When I type ...
0
votes
1answer
193 views

Optional Whitespace Regex

I'm having a problem trying to ignore whitespace in-between certain characters. I've been Googling around for a few days and can't seem to find the solution. Here's my code: // Get Image data ...
0
votes
3answers
89 views

whitespace strip and resave .txt in python

I'm building a data set of about 30,000 text files I'm using to build a content analysis data set. I'm trying to loop over batches of the files using regular expressions that pull out and delete the ...
5
votes
5answers
491 views

remove whitespace in std::string

In C++, what's an easy way to turn: This std::string \t\tHELLO WORLD\r\nHELLO\t\nWORLD \t Into: HELLOWORLDHELLOWORLD
0
votes
1answer
165 views

Extra space in the right of div

I have extra space in the right side of my div. I have tried overflow:hidden and clear but i cannot get rid of it :( This is my Html <div id="menu"> <ul id="nav"> ...
0
votes
2answers
117 views

Remove phantom newline character from scraped xml feed

I am trying to remove all extra whitespace characters from a string in php. The string source is from an xml feed of customer reviews. A few reviews have just too much whitespace and they are showing ...
0
votes
1answer
187 views

Flexslider Adding Huge White Space Below Slider

There is a large amount of white space below my flexslider and I do not know how to remove. I have played with the CSS quite bit and nothing seems to work, without breaking the "responsive" behavior. ...
0
votes
3answers
69 views

How to compress whitespace in a List<string>? [closed]

I am trying to compress all of the white-space in a C# List with the following code, but it won't compile...I get the red "Error" line under the whole Regex expression and I don't understand why. Can ...
0
votes
1answer
415 views

Extra White Space Top of Webpage

I created a wrapper div for my site to contain the entire contents of the body, but for some reason, I have extra white space above the wrapper div. I can't exactly pinpoint why this is happening; I ...
0
votes
2answers
228 views

Whitespace Regular expression asp.net

I have a textbox field, and i want to regulate whats typed in. I dont want users to type more or less then 6-10 characters. here is my regex for limiting the characters ^.{6,10}$ I got this part ...
1
vote
1answer
139 views

How to reduce all whitespace in a string to single spaces?

Using VB6 without any additional references such as Regex, how can I convert a string so that all whitespace in a string is reduced to single spaces? eg. " A B C D E" would be converted to ...
3
votes
1answer
139 views

In SOLR white space is giving different results

I have tried many ways and searched in different sites but I didn't get any answer. I need same results for desk book and deskbook and I have written as deskbook ,desk book => deskbook. But I get ...
0
votes
1answer
78 views

White spaces in database's field

I have field called Name in my database. Its type is nvarchar(20). When I add data to database and fill this field with some "Foo data" it turns out that value from this database's field is not equal ...
3
votes
2answers
92 views

Why is there a pesky little space between <img> and other elements?

If a <div> or any other element follows an <img>, then a ~3px whitespace appears in between them — even if margins are zero'd. <img src="example-fractal-art.png"> <div>What is ...
1
vote
1answer
55 views

How to removes spaces with this RegEx

My input is Engineering | AB7407 | 007412665 | Jackie Browne | Drawing for Construction and the regex is (?<=^(?:[^|]+ \| ){2})[^|]+ I am using the above RegEx to extract 007412665. It ...
0
votes
4answers
960 views

jquery trim whitespace issue

I'm creating my own jquery plugin to format phone numbers. Here are a few spans with some demo data. <span class="formatMe">&nbsp;</span><br /> <span ...
1
vote
3answers
321 views

Removing empty space between divs

This seems to be a common problem and I've tried several solutions, but none seem to work for me. There should be 10px of space between each of these divs, but on the top one there is more like 20px. ...
0
votes
1answer
76 views

Is there a script which fixes git-diff --check warnings?

git-diff has a cool feature documented as: --check Warn if changes introduce trailing whitespace or an indent that uses a space before a tab. Exits with non-zero status if problems are found. ...
0
votes
0answers
259 views

White Space to the Right of Website on Mobile Devices

http://cardiffhosp.rapdevs.co.uk/ has been built around the WooTheme Canvas, which is a responsive design. I've had to disable the viewport meta tag, because I don't want the layout to be responsive. ...
0
votes
1answer
145 views

remove whitespaces tail from string (char*)

hello I've got text file with lines format 1|few ewf ew fewfew I need to parse it but I don't know how can I drop whitespaces tail from second value I don't know. Here is my segmentation fault ...
1
vote
3answers
228 views

Get initials of column c#

I'm reding a .txt file that contains a list of several names in one single column, they are listed like this: Lastname Middlename Name: Lastname Middlename Name: Lastname Middlename Name: Lastname ...
3
votes
2answers
97 views

Trouble identifying space char with isspace

Help! For some reason my function is not identifying spaces on all sets of data. See below: I am using the following function in my code: function [ll]=f_get_length(A) l1=length(A); for ...
1
vote
2answers
287 views

Reading from file and avoiding white space in blank lines

I'm currently working on a project where I'm reading in commands and I need to avoid whitespace on lines that are blank. I've done good up to this point but for some reason I just can't seem to figure ...
1
vote
3answers
105 views

Removing various sorts of whitespace in PHP

I am looking to remove multiple line breaks using regular expression. Say I have this text: "On the Insert tab\n \n\nthe galleries include \n\n items that are designed" then I want to replace it ...
3
votes
4answers
164 views

How to remove white spaces in the beginning and the end in matlab?

I have a structure consisting of cells. I want to remove all white spaces in the beginning of each cell and in the end, and I want to preserve all the white spaces in between text in the cells. So if ...
0
votes
2answers
625 views

Removing spaces in attribute values with xslt

i want to remove spaces from all attributes in my xmls using xslt. I used strip-space, but that removes the spaces from nodes. My Input xml is: <OrderList> <Order OrderDate="26-July" ...
0
votes
0answers
37 views

Circumventing whitespace removal? [closed]

I am using a website where I can input some information into a text field about myself for potential employers, but the website has bad formatting and removed a lot of whitespace (including most ...
-2
votes
1answer
64 views

White space between tags is breaking my layout

I know i could "remove the white space" but that is so inconvenient. There are so many places in the html where i have some inline-block element and it would be hell to go and look for every one of ...
0
votes
1answer
89 views

Removing whitespaces before and after specified character

LIST.txt ark = 1 bark= 2 car =3 dorm =4 ark=8 bark = 25 car = 33 dorm =5 I have a file named LIST.txt as shown above. I want the ouput to be like shown in OUTPUT.txt OUTPUT.txt ark=1 ...

1 2 3