1
vote
1answer
94 views
ItextSHARP Table splitting issue
Hi,
I have created a sample project using itextsharp. In that i have mentioned the Footer and a table, I generate rows by loop for the given number, if the table splits to another …
2
votes
8answers
2k views
Is there a way to split strings with String.split() and include the delimiters?
I'm trying to split a string with all non-alphanumeric characters as delimiters yet Java's String.split() method discards the delimiter characters from the resulting array. Is ther …
0
votes
1answer
122 views
Dynamic Jquery Splitter Plugin
Hi
I am trying to use Jquery Splitter http://www.methvin.com/jquery/splitter/
it works fine if the splitter panes are static but i need to add panes dynamically in it.
also i nee …
1
vote
3answers
72 views
How to parse/split this line while keeping note of the order?
A little stuck here. I have a simple question I guess.
Given the following input:
content {c:comment comment}this is actual content{c:comment etc} content
I need a way to get …
0
votes
5answers
95 views
How to split a single row in to multiple columns in mysql
Hi All, Simply Asking, Is there any function available in mysql to split single row elements in to multiple columns ?
I have a table row with the fields, user_id, user_name, user_l …
4
votes
6answers
2k views
Scanner vs. StringTokenizer vs. String.Split
I just learned about Java's Scanner class and now I'm wondering how it compares/competes with the StringTokenizer and String.Split. I know that the StringTokenizer and String.Split …
2
votes
2answers
91 views
To split only Chinese characters in java
I am writing a java application; but stuck on this point.
Basically I have a string of Chinese characters with ALSO some possible Latin chars or numbers, lets say:
查詢促進民間參與公共建設法( …
1
vote
5answers
246 views
Easiest way to split a string on newlines in .net?
I need to split a string into newlines in .NET and the only way i know of to split strings is with the Split method. However that will not allow me to (easily) split on a newline, …
1
vote
2answers
73 views
Splitting huge file based on contents with ruby
Hi,
Disclaimer: I'm not a programmer, never was, never learned algorithms, CS, etc. Just have to work with it.
My question is: I need to split a huge (over 4 GB) CSV file into sm …
0
votes
3answers
146 views
C#- problem with splitting string
I have a set of values based on which i have split the string
string[] seperator = new string[9];
seperator[0] = "*"; //is the client
seperator[1] = "/"; //is th …
1
vote
4answers
51 views
Splitting up jquery functions across files?
Hi all,
I have several functions which use jquery that are called across different pages. I'm wondering if it's possible to define these functions in a single file, and then call …
2
votes
2answers
119 views
Splitting up an interval in weeks in Postgres
Here goes a yet another SQL question about dates…
I'm building a calendaring application using PHP and Postgres that would display events spanning days, weeks or possibly months. …
2
votes
4answers
86 views
Quick Problem - Extracting numbers from a string
I need to extract a single variable number from a string. The string always looks like this:
javascript:change(5);
with the variable being 5.
How can I isolate it? Many thanks i …
0
votes
2answers
654 views
VBScript howto split a quoted delimited AND spaced separate values?
I have the following string:
"C:\Program Files\Application\Path\executable.exe" -- "/flag"
I am trying to split the string so that I get:
array(0) = C:\Program Files\Application …
4
votes
7answers
884 views
Svn repository split problem
I want to split a directory from a large Subversion repository to a repository of its own, and keep the history of the files in that directory.
I tried the regular way of doing it …
