No announcements
Found 2835719 threads
-
2 Votes
Check if RegularExpressions match a pattern
Regex regEx1 = new Regex(@"(\d+)/(\d+) P:(\d+)"); Match match1 = regEx1.Match(gridView1.GetRowCellValue(gridView1.FocusedRowHandle, ...Answered | 4 Replies | 700 Views | Created by PeterKiers - Thursday, May 15, 2014 7:44 AM | Last reply by TejasJ - Thursday, May 15, 2014 7:57 AM -
0 Votes
Regex Match Pattern number range?
I'm trying to learn this my self so can you break down: string pattern = @"((\d+)\s*,\s*){6}(\d+)... like what does {6} mean?Answered | 4 Replies | 1237 Views | Created by superlurker - Friday, October 21, 2016 2:22 AM | Last reply by superlurker - Monday, October 24, 2016 9:09 PM -
0 Votes
How to split the returned strings?
Hi guys, Can you please help me with my code as I have a trouble with the returned strings that I have extracted from my php source to add the ...Answered | 1 Replies | 1763 Views | Created by Mark103 - Thursday, April 26, 2012 1:35 AM | Last reply by Brian Muth - Thursday, April 26, 2012 2:57 AM -
4 Votes
RegEx to split a string at letters
You don't have to split on a character, you can actually split on the zero length space between characters.Answered | 17 Replies | 6827 Views | Created by jwavila - Saturday, August 8, 2009 2:12 AM | Last reply by JohnGrove - Monday, August 10, 2009 4:31 PM -
0 Votes
Need help with string pattern!!!!!!!
You can try using the pattern "\{[^\}]+\}" to get the matches you want.Answered | 3 Replies | 3886 Views | Created by xxyy110 - Friday, July 10, 2009 8:38 PM | Last reply by xxyy110 - Monday, July 13, 2009 3:00 PM -
2 Votes
a pattern to match any zero
$" If you want to make sure it doesn't match an empty string, you can use an alternative instead of making the zero ...Answered | 4 Replies | 3317 Views | Created by litusahoo - Thursday, February 3, 2011 4:49 AM | Last reply by Louis.fr - Thursday, February 3, 2011 9:23 AM -
1 Votes
Retrieve the word with matching pattern
Also, you can build a split function and get the words by passing ' ' as delimiter.Answered | 3 Replies | 1196 Views | Created by Gangadhar Thumu - Tuesday, December 3, 2013 6:32 AM | Last reply by wBob - Tuesday, December 3, 2013 1:06 PM -
0 Votes
Split string into new column
I recently wrote an article that may help you with this task: T-SQL: Split String with a Twist For every expert, there is an equal and ...Answered | 4 Replies | 1120 Views | Created by BTMMP - Tuesday, April 8, 2014 6:57 AM | Last reply by Naomi N - Tuesday, April 8, 2014 3:41 PM -
0 Votes
split a string
All I want is to split this string, if is longer then 254, into more strings.Answered | 5 Replies | 1092 Views | Created by BONIETE - Wednesday, March 16, 2016 11:48 AM | Last reply by BONIETE - Wednesday, March 16, 2016 8:08 PM -
1 Votes
C# Metro - Regex - splitting string and andding to Array
it worked fine =) But how would I do it if I want only the songs names when the string looks like this: string textHolder = ...Answered | 3 Replies | 1477 Views | Created by ImNew54 - Friday, March 15, 2013 11:57 AM | Last reply by Max Sassen - Friday, April 12, 2013 2:48 PM -
2 Votes
How split a string in sql server
DECLARE @table TABLE (string NVARCHAR(MAX)) INSERT INTO @table (string) VALUES ('1396_ddLimited - Auro March 31, 2014_6-1-'), ('136_ggLimited - Auro March 31, ...Answered | 5 Replies | 631 Views | Created by gopal970 - Tuesday, April 26, 2016 7:22 AM | Last reply by PrasadSahoo - Wednesday, April 27, 2016 7:23 AM -
0 Votes
How to split a string into 3 strings by two seperators?
It depends on how often you do it.Answered | 6 Replies | 1490 Views | Created by waterharbin - Wednesday, July 25, 2012 3:33 AM | Last reply by waterharbin - Wednesday, July 25, 2012 8:47 AM -
10 Votes
How to split comma delimited string?
q=SQL-Query-to-Split-string-by-specific-seperatorAnswered | 22 Replies | 236360 Views | Created by deeptideshpande - Wednesday, October 8, 2008 5:11 AM | Last reply by DotNet_Lead - Wednesday, October 7, 2015 12:23 PM -
0 Votes
Difficult REGEX pattern match [For newbie]
I need to match the file names to first, validate that they match a predetermined pattern.Answered | 4 Replies | 5367 Views | Created by rkbrown - Monday, November 8, 2010 2:50 PM | Last reply by Ron Rosenfeld - Wednesday, November 10, 2010 11:47 AM -
5 Votes
Splitting string using RegEx
But this only works in case of integers.Answered | 10 Replies | 7511 Views | Created by Nhancers - Thursday, May 27, 2010 2:49 PM | Last reply by Nhancers - Monday, November 29, 2010 10:42 AM -
0 Votes
How to split a string in VC++?
>I want to split a string using delimiter and return the splited array.Answered | 6 Replies | 19040 Views | Created by Anandakumar.R - Wednesday, April 8, 2009 9:06 AM | Last reply by Anandakumar.R - Monday, April 13, 2009 9:46 AM -
3 Votes
How to split string into words
If intPosition is greater than Ubound+1 then return null Function Parser(strIn As String, strDelimiter As String, intPosition As ...Answered | 7 Replies | 4510 Views | Created by Matt Demakos - Friday, June 24, 2011 11:10 AM | Last reply by Macy Dong - Monday, June 27, 2011 8:47 AM -
0 Votes
splits string by as string parameter
Hi LM, Thanks for your remind, But above code I only tell how to passed compile and what's wrong.Answered | 9 Replies | 2592 Views | Created by Archu_19 - Friday, June 25, 2010 1:40 PM | Last reply by Fafafaalex - Tuesday, June 29, 2010 11:13 AM -
1 Votes
match exact string
Please show us how you create "splitwords".Answered | 7 Replies | 1264 Views | Created by leonorosorio - Monday, January 5, 2015 3:44 PM | Last reply by Noam B - Tuesday, January 6, 2015 11:47 AM -
1 Votes
How to use Regular Expression to find a particular pattern and its index in the string??
Hi, you can use the pattern (?Answered | 1 Replies | 6242 Views | Created by Fahad Ali Shaikh - Wednesday, October 13, 2010 12:45 PM | Last reply by WolfgangKluge - Wednesday, October 13, 2010 1:56 PM
No announcements