Top "Removing-whitespace" questions

For issues related to removing additional blank-characters like spaces, tabs and new lines or issues related to removing unwanted whitespace.

how to remove space in the middle using c#

how to remove space in the middle using c#? I have the string name="My Test String" and I need …

c# removing-whitespace
(Django) Trim whitespaces from charField

How do I strip whitespaces (trim) from the end of a charField in Django? Here is my Model, as you …

python django django-models removing-whitespace
How can I trim whitespace by Velocity

I have a method called render_something which can creates a lot of whitespace, for example: <a href="#">#…

java whitespace velocity removing-whitespace
Website is displaying a white space on right side of screen in iPhone

I am having a problem on http://eiglaw.com -- an approximately 25px wide white space/border is showing on …

html iphone ios css removing-whitespace
How do I remove spaces in all attribute values using xslt?

I want to remove spaces from all attributes in my xmls using xslt. I used strip-space, but that removes the …

xslt attributes xslt-1.0 removing-whitespace
git remove trailing whitespace in new files before commit

I know removing trailing whitespace can be done with a pre-commit hook. I am interested in doing it manually. I …

git whitespace removing-whitespace
Why does my Javascript trim Function not work?

I am using this function to build a pig latin translator and seem to have everything figured out except for …

javascript whitespace trim removing-whitespace
How to remove whitespace from right end of NSString?

This removes white space from both ends of a string: NSString *newString = [oldString stringByTrimmingCharactersInSet:[NSCharacterSet whitespaceAndNewlineCharacterSet]]; How do I remove …

objective-c nsstring trim strip removing-whitespace
newline and dash not working correctly in jinja

How could I generate the expected output ? Thanks jinja template {%- for field in fields -%} - name: {{field}} type: …

python python-2.7 yaml jinja2 removing-whitespace
How to remove &nbsp; from the end of spans with a given class?

I need to remove the &nbsp; after the value of given spans. The HTML looks like this: <span …

html css whitespace removing-whitespace