Trimming refers to the manipulation of a text string to remove leading and/or trailing whitespace (and/or ASCII control characters).

learn more… | top users | synonyms

0
votes
3answers
159 views

How to trim text and use it as parameter for next step in watir using ruby

This may be very simple question but I am very new to ruby or any programming language. I want to trim some text and use it as parameter for next step. Can any one please write me code for doing this. ...
1
vote
2answers
43 views

Need to trim string based on value

var a = 123456789 var b = 6 based on 'b' I need to trim 'a'. example if 'a' having 8 digits I need to trim 'a' upto 6 digits(123456). if b is 8 I need to trim upto 8 digits. Please help me
0
votes
2answers
20 views

How to remove quotation at the of the raw content in MySQL?

I have tried to remove the leading and trailing qutation marks from the contents of my MySQL table wit the following query: UPDATE `example_table` SET `title` = TRIM(BOTH '"' FROM `title`) But ...
0
votes
2answers
46 views

Trim email list into domain list

I am learning PHP script online but not quite understood, wonder if someone could shed me some light on this. The function below is part of a script to trim email list from a file into domain list ...
0
votes
2answers
119 views

Can I trim start and end whitespace from PHP's shell_exec() output?

I'm running shell_exec (git log in this example) and my response has a lot of whitespace at the start and end of the string. 7baca58 test 3 847ad88 test 3 bcd7340 Nother test ...
0
votes
2answers
251 views

PHP Remove All Non-alphanumeric Characters Except Apostrophes

$keywords = explode("\n",$_POST['keywords']); //Inserting into Database foreach($keywords as $key => $keyword){ $keyword = strtolower(trim($keyword)); $keyword = ...
0
votes
2answers
92 views

Trim Whitespace from AsyncListView of a RSS Feed

This is some Flex code from a Flex mobile project. I want to load Rss Feed into an IList which has errorneous white space. So far i know of Stringutil.trim(String). But im stuck where I should use it ...
0
votes
2answers
299 views

using jquery trim in IE

I recently had trouble with the tablesorter.js where I couldnt sort by date because whitespace was breaking my script (tablesorter, wont sort by date correctly) I finally figured this out and changed ...
0
votes
2answers
151 views

Substract two strings in javascript

kwd variable holds this value: news path:".aspx" It is basically the query string of an url. var path= "path:\".aspx\""; so kwd= whatever user types passed to the url like this+path: kwd=news ...
0
votes
2answers
103 views

Trimmed GET var contains unprintable char

I trim all a GET Var with trim($var,'/ '). Sometimes it still contains a unprintable char which is urlencoded: %1C Where does this came from and how can i trim effectively all non printable chars ...
0
votes
2answers
491 views

How to trim html tags from text in asp.net grid view?

I have used asp.net ajax html editor and i saved data in database. But now i want to retrieve it and show it in grid view. But when i retrieve that, it also shows those html tags (generated by asp.net ...
0
votes
2answers
2k views

SAS PROC SQL TRIM STATEMENT

I am having problems with a TRIM st This is the error that I am receiving; ERROR: CLI prepare error: [Teradata][ODBC Teradata Driver][Teradata Database] Syntax error, expected something like ...
-4
votes
2answers
104 views

Need Help on JavaScript to Trim

I am facing some problems with my server space. The images are using all the space from the server, making it slow. As it is an eCommerce website, it cannot be slow or we lose customers. If I have ...
3
votes
1answer
995 views

Remove whitespaces and newlines when parsing with HtmlAgilityPack

I tried to parse HTML with the HtmlAgilityPack in the following way: HtmlDocument htmlDoc = new HtmlDocument(); htmlDoc.LoadHtml(xhtmlString); Unfortunately the xhtmlString contains unnecessary ...
2
votes
1answer
131 views

WPF TextBox Text Coercion

I have to implement WPF TextBox that will provide trimmed Text via binding. At first glance this task looked fairly straightforward to me. I decided to use dependency property value coercion. Below I ...
1
vote
1answer
32 views

Trimming the leading THE in SQL results on Joomla module Articles Category

I am trying to trim the leading "the" in a query that returns the titles of articles in Joomla, so that results are displayed in alphabetical order and the leading "the", if present, is disregarded. ...
1
vote
1answer
55 views

Batch to keep only certain characters in a string

I have a variable coming from a for loop in a batch file : for /f Tokens^=3^,10delims^=^<^>^" %%i in ('findstr -i "href=" bookmarks.html') do ( set str1=%%j How to keep only certain ...
1
vote
1answer
219 views

Customise text trimming in WPF TextBlock

There is a TextBlock element in my WPF view and it is data-bound to a string property in the view model. Now the text in this property can get a bit longer so it should be trimmed to be displayed in a ...
1
vote
1answer
136 views

Irregular shapes Zone in PDF

Is there a way to crop polygon (irregular shapes) zones in PDF using GhostSCript.
0
votes
1answer
53 views

Trim spaces from a field when selecting

I'm trying to remove spaces from a field (before and after the name) SELECT TRIM(name) AS new_name FROM users; But it doesn't do anything, and as I have looked at MySQL dev pages, the query looks ...
0
votes
1answer
92 views

Revise Excel “Find” formula to find more than one possible end value

I have a formula that is working well for me. It is taking the body of an email and chopping up into fields. This is the formula for the "cost should be" cell. =MID(TRIM(CLEAN(B463)),FIND("Cost Should ...
0
votes
1answer
59 views

PHP - Hidden whitespaces after decrypt

I have read about 50 pages or more, for more than 3 hours and i didn't find any solution... For example, i have encrypted emails in my system and i have a code to give me the email list to send an ...
0
votes
1answer
106 views

CakePHP 2.2 validation trim() error

This is quite strange, I have a text input in a registration form and when I am setting the $validate array in the model, I am getting a trim() error - Warning (2): trim() expects parameter 1 to be ...
0
votes
1answer
156 views

Xcode how trim a string with special character $

I've a string with this kind of value /finocchi$FINOCCHamelo Now I need a new string with only this part of the word FINOCCHamelo I've try this: NSString * newString = [item.label ...
0
votes
1answer
83 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 ...
0
votes
1answer
23 views

NumberFormatException Trim Variable

TITLE = Float.parseFloat(dataRecord.get("TITLE")); String trimmed = TITLE.substring(0,40); // get the first 40 chars. "Title" can be a numerical and nonnumerical variable. Trying to trim my string ...
0
votes
1answer
720 views

SSIS import Excel string type to float SQL Server datatype

I have a excel file with three columns that are all empty (top to bottom) that need to be imported as float or money to a sql server table. Other excel files for those columns contain values with two ...
0
votes
1answer
479 views

SQLite Extract Month From Column

I have a column of data with this date format mm/dd/yyyy. I would like to covert to this to the format yyyy-mm-dd for (SQLite usage). How could I achieve this? UPDATE Table_Name SET Column_Name = ...
0
votes
1answer
231 views

Is it safe to use (strip_tags, stripslashes, trim) to clear variable that holds URLs

It's quite pleasure to be posting my first question in here :-) I'm running a URL Shortening / Redirecting service, PHP written. I aim to store and handle valid URLs data as much as possible within ...
0
votes
1answer
67 views

Sql server LIKE get snippet from result

Is it possible to get a snippet string from results of a LIKE query? I am not trying something fancy. All I want is the TRIM query string together with (i.e 50) chars from left and right of it. For ...
0
votes
1answer
156 views

c# .net Request.Param

i think i know the answer to this question, but it never hurts to ask... our .net application needs to store things like names in the database. we just discovered some fields with leading spaces. 1) ...
0
votes
1answer
92 views

Remove “TRIM” in a column field?

Referring to the question above, I have a problem when I'm trying to display my database in datagridview. I have a field "Items" but when I call it to the grid, the field will be name "TRIM(Items)". ...
0
votes
1answer
128 views

JiBX trim-whitespace ambiguiti

I was trying to add a trimming feature to my JiBX bindings. From what the documentation said I can either add custom converters and then add in the bindings OR I can add a trim-whitespaces="true" ...
0
votes
1answer
340 views

Transform HTML form in PHP include file to single line for feeding JQuery methods

I have a some.php with some php processing which also has: <form action="" method="post"> <input type="text" name="name" value="bleh" /> <input type="submit" name="submit" ...
0
votes
1answer
168 views

Get specific string values from XML by identifying start with and end with string variables

I am trying to cut out some of the text that an XML file gives out. I have this XML data <?xml version="1.0" encoding="utf-16"?> <CurrentWeather> <Location>Luqa, Malta (LMML) ...
-1
votes
1answer
57 views

missing array $_POST when used $_POST = array_map('trim', $_POST);

i have check box named check_user_id[] like: <input type="checkbox" value="87" name="check_user_id[]" class="waiting_user"> <input type="checkbox" value="88" name="check_user_id[]" ...
1
vote
0answers
70 views

Trim leading and trailing spaces in OpenCSV

I am using OpenCSV's CSVReader to read some comma separated values from a file. I'm not sure how to trim leading and trailing spaces. Sure, I could do String.trim() but it would be cleaner not to. In ...
0
votes
0answers
33 views

How to trim spaces of model in ASP.NET MVC Web API

What is the best way to trim all the properties of the model passed to the MVC web api (post method with complex object). One thing simply can be done is calling Trim function in the getter of all the ...
0
votes
0answers
35 views

Trimming the last value from StringBuffer

I need to trim the last , from my StringBuffer any ideas? My output is like this hi,hi,hi,hi,hi, Now i need to remove the last comma from my output..Please help me Thanks in advance
0
votes
0answers
148 views

How to trim spaces and new lines rendered by a CKEditor?

I'm using a CKEditor (along with a CKFinder). I need to validate the contents rendered by it before storing into a database. If the contents rendered by the CKEditor is blank then a validation ...
0
votes
0answers
108 views

simple php based forum - adding str_replace and trim() function

I am stuck with some php. I am pretty new to php and a bit lost. It's supposed to be basic forum script with fields for a subject, the author's name and a text area. Functions are called from a ...
0
votes
0answers
1k views

TypeError: Cannot call method “split” of undefined for trim function

I am writing code for syncing Google spreadsheets with Google calendar. There is a trim function which is supposed to trim the title of an entry, in order to check if that title has already been ...
0
votes
0answers
283 views

Android trim/split/cut video using SDK/NDK

I have heard of FFMPEG but i am not able to understand how to integrate it in my android code and use the methods of ffmpeg to trim the video. Does anyone knows about video trimming library in ...
0
votes
0answers
16 views

Trim recent answers

i have a widget in wordpress. it is recent answers. i would like to trim it to 20 characters. otherwise it is too long to read at sidebar. how can i trim this recent answers widget? here is the code ...
0
votes
0answers
836 views

Getting trimmed video file size from UIImagePickerController

After selecting a video using UIImagePickerController I can get the video's file size from its [defaultRepresentation size]. However, if I enable the picker's trimming option, [defaultRepresentation ...
0
votes
0answers
228 views

Passing string arguments into functions via for loops

I'm having issues passing string type arguments into functions. For example: date.range <- seq.Date(from=as.Date('2011-01-01'), to=as.Date('2011-12-31'), by='1 ...
0
votes
0answers
407 views

Best way to trim spaces, CRs, LFs in a CSV field during LOAD DATA INFILE in PHP/MySQL?

There are about 4500 questions asked about LOAD DATA INFILE, but none I could find that addressed my specific issue. I have users uploading CSV files into a MySQL database (I'm using the LOAD DATA ...
0
votes
0answers
110 views

How to display multiple records in one row WITHOUT grouping them

I've got a query that returns a couple columns with multiple records. I want to join those records into one, separating them with a comma. I've found a few different potential ways to do this (such ...
0
votes
0answers
329 views

Removing NULL values from columns (MySQL)

So I have a table with four columns (c1, c2, c3 and c4) and some of the fields in these columns have NULL values. I want to trim/remove these null values without having to remove a whole column or row ...
0
votes
0answers
523 views

VS2010 - Shortcut to right trim (even line breaks) until next char

I am looking for a shortcut to get the next examples to run in Visual Studio 2010. In the examples I would press the shortcut on the '>|<' sign. I write the before/after line(s). /*Before*/ ...

1 2