0
votes
1answer
30 views
splitting function attributes
Hi would it be possible to correctly split function attributes using regex ?
i want an expression that splits all attributes in a comma seperated list. But the attributes themselve …
0
votes
1answer
66 views
Regex splitting with exception
Hey,
I've been learning regular expressions for the last few days and I've been stumbled on this one. I would like to split a string by commas but with exceptions. Here's my strin …
0
votes
4answers
53 views
How do I split a large MFC project into smaller projects
We have a large MFC/C++ Visual Studio 2005 solution which currently consists of two projects:
Code (around 1500 .h/.cpp files, linked dynamically to MFC)
Resource DLL (we transl …
0
votes
2answers
66 views
C# Regex.Split - Subpattern returns empty strings
Hey, first time poster on this awesome community.
I have a regular expression in my C# application to parse an assignment of a variable:
NewVar = 40
which is entered in a Textb …
0
votes
3answers
110 views
How can I split and trim a string into parts all on one line?
I want to split this line:
string line = "First Name ; string ; firstName";
into an array of their trimmed versions:
"First Name"
"string"
"firstName"
How can I do this all o …
1
vote
4answers
93 views
Jumping back to a previously opened file in vim
I apologize if this has already been asked; I did a few searches both here and on Google and I can't find the answer to my question.
While using Vim I'll sometimes want to look a …
2
votes
4answers
68 views
Trying to split by two delimiters and it doesn’t work - C
Hi All,
I wrote below code to readin line by line from stdin ex.
city=Boston;city=New York;city=Chicago\n
and then split each line by ';' delimiter and print each record.
Then …
2
votes
5answers
122 views
In Perl, how can I get the fields in this CSV string into an array without spaces?
Hi,
if I have a string, say:
my $string = "A, B,C, D , E ";
How can I put this into an array in Perl without the leading and trailing spaces? So what I want is only a single le …
0
votes
0answers
13 views
MySQL split and merge DB
Hi
I'm looking for a tool that can split data into several DB.
And also looking for a tool that merge DB.
First case, 10 people use the same DB, now I need to seperate each user …
1
vote
3answers
163 views
Java RegEx - Regular expression to split a paragraph with start and end …
Hi All,
I am new to java regex.Please help me.
Consider the below paragraph,
Paragraph :
Name abc
sadghsagh
hsajdjah Name
gggg …
0
votes
4answers
83 views
how to split a string to what I want in python
I have string ling like this:
'Toy Stroy..(II) (1995)'
I want to split the line to two parts like this:
['Toy Story..(II)','1995']
How can I do it? thanks
1
vote
5answers
80 views
I’m trying to split a string by a delimiter but it doesn’t work, why?
Hi All,
I wrote below code to readin line by line from stdin ex.
city=Boston;city=New York;city=Chicago\n
and then split each line by ';' delimiter and print each record.
But …
1
vote
2answers
58 views
split a string using a open and close tag.
Hi there:
I wish to known if exist a clean way to split a string using different tags for opening and ending.
For example:
<&field1&>outside<&field2&>
…
0
votes
2answers
58 views
How to split a string in a Windows batch file?
Suppose I have a string "AAA BBB CCC DDD EEE FFF".
How can I split the string and retrieve the nth substring, in a batch file?
The equivalent in C# would be
"AAA BBB CCC DDD EEE …
0
votes
0answers
13 views
vertical split for cgdb ?
Hi,
I'd like to know if it is possible to vertically split screens in cgdb ?
Regards,
