No announcements
Found 1629518 threads
-
1 Votes
Regex for comma separated strings
If this is a school assignment, you're best off actually learning .NET Regular Expressions instead of asking someone to create a pattern for you.Answered | 5 Replies | 2363 Views | Created by Ram824 - Thursday, June 6, 2013 4:26 AM | Last reply by Selte - Friday, June 7, 2013 8:24 AM -
0 Votes
Regex for comma separted strings
http://www.letmebingthatforyou.com/?Answered | 2 Replies | 3937 Views | Created by Jhonny.Greypad - Friday, November 13, 2009 11:20 AM | Last reply by Olaf Rabbachin - Saturday, November 14, 2009 10:36 AM -
0 Votes
Regex - Match Entire String
Why use Regex?Answered | 2 Replies | 16294 Views | Created by Darren_SE - Monday, March 30, 2009 6:45 PM | Last reply by Rudedog2 - Monday, March 30, 2009 10:02 PM -
0 Votes
Jquery Regex to match string list separated by commas
User-1142886626 posted Hi Bbaale San, Jquery Regex to match string list separated by ...Unanswered | 1 Replies | 129 Views | Created by Anonymous - Sunday, August 28, 2016 12:06 PM | Last reply by Anonymous - Monday, August 29, 2016 5:15 AM -
7 Votes
Regex Count Every Match
(.*?)Answered | 7 Replies | 4324 Views | Created by Knight-g - Monday, February 28, 2011 4:24 PM | Last reply by Louis.fr - Tuesday, March 1, 2011 4:51 PM -
3 Votes
regex to match a partial string
but my problem is that strings are quite long..so i will have to explicitly mention each combination using pipeline...do we have a regex that could make any ...Answered | 3 Replies | 6782 Views | Created by tushar jain23 - Monday, June 28, 2010 5:49 AM | Last reply by Kirill Polishchuk - Monday, June 28, 2010 7:35 AM -
1 Votes
Regex match help...
List<string> myList = new List<string>(); string pattern = @",?Answered | 32 Replies | 1237 Views | Created by superlurker - Monday, September 29, 2014 7:04 AM | Last reply by superlurker - Tuesday, September 30, 2014 7:30 PM -
4 Votes
Need logic for spilting string by comma(,)
And you're retrieving a lot of empty matches.Answered | 7 Replies | 2577 Views | Created by Pavan Kumar Chebrolu - Friday, March 30, 2012 11:37 AM | Last reply by Pavan Kumar Chebrolu - Monday, April 2, 2012 9:38 AM -
0 Votes
Comparing values in comma separated strings
Storing data in comma-separated list is as intelligent as using your lawn mower to commute to work.Answered | 7 Replies | 2781 Views | Created by Kumud Vaish - Thursday, February 12, 2015 11:05 AM | Last reply by Santosh.pandyala - Friday, February 13, 2015 5:43 PM -
0 Votes
Add a quote to a comma separated string
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication { class Program { ...Answered | 4 Replies | 944 Views | Created by Jassim Rahma - Tuesday, August 9, 2016 8:11 AM | Last reply by DPCodesalot - Tuesday, August 9, 2016 11:57 AM -
1 Votes
Using RegEx, can we split a string delimited by comma except when the commas are enclosed by a pair of parentheses?
As an interim try, the following regex will MATCH the substrings per your initial description and example: (?Answered | 11 Replies | 19091 Views | Created by namwam - Thursday, July 12, 2012 1:15 AM | Last reply by namwam - Friday, July 13, 2012 4:40 PM -
1 Votes
Comma Separated List
The FOR XML will change the relational data to XML, and the ',' right after the SELECT will force the data to change to comma seperated.Answered | 6 Replies | 4378 Views | Created by NaeemKhan - Monday, October 12, 2009 11:52 AM | Last reply by Robert Varga - Monday, October 12, 2009 4:50 PM -
0 Votes
Powershell for pass comma separated list
You need to create a package scope variable to receive the list from the agent job ([Set values] to pass to the package variable).Answered | 3 Replies | 2226 Views | Created by BHVS - Tuesday, September 8, 2015 11:09 AM | Last reply by Jingyang Li - Tuesday, September 8, 2015 2:41 PM -
0 Votes
I would like to extract a string, within a string, separated by commas
The variable MyNames is our string to work with which I noticed there are spaces after each comma so to make the split work properly Replace method is used.Answered | 7 Replies | 1618 Views | Created by Leonard Ansin - Thursday, June 20, 2013 7:37 PM | Last reply by Leonard Ansin - Monday, July 1, 2013 6:40 PM -
0 Votes
Retrieving comma seperated list
Can your quoted strings contain commas?Answered | 2 Replies | 3424 Views | Created by TheLearner - Monday, September 8, 2008 10:46 AM | Last reply by xalnix - Monday, September 8, 2008 11:45 AM -
1 Votes
ItemStringFormat for comma separated list
That said, it seems you haven't understood the intention of the question in the first place - John already was at the point that you're proposing (i.e. a ...Answered | 6 Replies | 7620 Views | Created by John C C - Friday, June 11, 2010 8:59 PM | Last reply by John C C - Monday, June 14, 2010 3:13 PM -
1 Votes
Need code to fetch the string matching the regex
You can have a regex matching "width: 713px" and define a group inside it: width:\s*(\d+)px You can then retrieve group 1 from the ...Answered | 2 Replies | 1180 Views | Created by sams6 - Tuesday, November 20, 2012 9:54 AM | Last reply by Louis.fr - Tuesday, November 20, 2012 10:28 AM -
1 Votes
Specifying a comma separated string as a parameter value in BIDS
WHERE year =:Year AND month in :'01,02,03' Or similar - note the string format.Answered | 2 Replies | 4512 Views | Created by matrosov - Monday, October 18, 2010 10:45 PM | Last reply by Nehemiah Willis - Tuesday, October 19, 2010 12:09 AM -
1 Votes
Regex for strings
John with matched values like below how do i separate numerics and characters, like 5MG/ML or 100MG or 10GM or 2MG/5ML or 12.5MG/5ML i want to store 5 or ...Answered | 14 Replies | 5435 Views | Created by Harris001 - Wednesday, December 9, 2009 3:41 PM | Last reply by JohnGrove - Monday, December 14, 2009 7:47 PM -
0 Votes
clean up code that simply removes the last comma of a comma separated string ?
o.IsChecked) .Select(o=>o.ProductInfoUID.ToString()) .ToArray() ); UpdateRequestProductInfo(MyProductInfoItems, text); To me, I ...Answered | 7 Replies | 11126 Views | Created by hazz - Saturday, October 1, 2011 5:59 PM | Last reply by nhclick - Friday, October 7, 2011 2:30 AM - Items 1 to 20 of 1629518 Next ›
No announcements