No announcements
Found 2688637 threads
-
0 Votes
Regex Pattern Matching and wildcard retrieval
As long as it is always a single character between the [MARK] placeholders (and more than a single character elsewhere) then you can use the pattern: \[MARKAnswered | 2 Replies | 467 Views | Created by Jibrohni - Friday, January 5, 2018 3:03 PM | Last reply by Jibrohni - Friday, January 5, 2018 3:53 PM -
1 Votes
Any wildcard pattern matching
Any wildcard pattern matching for the following goals Goal 1 : only want to compare names of Multiply, Plus, Minus, Divide whether equal below code ...Answered | 4 Replies | 2239 Views | Created by 沈世鈞 - Tuesday, January 10, 2012 5:55 AM | Last reply by Keith Battocchi - Tuesday, January 10, 2012 3:13 PM -
0 Votes
Regex Pattern Matching
Dear Experts i need a exact code for regex pattern matching for the below codintion 1. the textbox should ...Answered | 3 Replies | 992 Views | Created by baskarg83 - Wednesday, December 28, 2011 8:47 PM | Last reply by Otomii Lu - Friday, December 30, 2011 2:54 AM -
0 Votes
Regex pattern matching and filestream position
Yes, I must admit the code example has been condensed a bit for the purpose of posting it here. The filesteam is created in a different method to the pattern matching stuff so I ...Answered | 5 Replies | 5381 Views | Created by nukefusion - Tuesday, August 5, 2008 7:45 AM | Last reply by nukefusion - Friday, August 8, 2008 7:49 AM -
0 Votes
Regex for Pattern matching (Url Rewriting purposes)
I'm not quite following. Do you need a pattern to determine if query string parameters are present?Unanswered | 3 Replies | 5799 Views | Created by Shiv Kumar - Wednesday, January 23, 2008 5:46 PM | Last reply by Adnan Al-Ghourabi - Sunday, March 2, 2008 7:12 PM -
1 Votes
regex pattern
hi, I want to write a regex pattern which could just accept alpha number characters, a dash and space.Answered | 1 Replies | 680 Views | Created by neha-verma - Thursday, May 16, 2013 6:54 AM | Last reply by Pradeep AJ - Thursday, May 16, 2013 7:29 AM -
0 Votes
Regex pattern
Hi waht will be the regex pattern for string like this P123 P45 P7865 I want to know what is the regex ...Discussion | 1 Replies | 6747 Views | Created by kayatri - Thursday, September 17, 2009 2:01 AM | Last reply by JohnGrove - Thursday, September 17, 2009 1:32 PM -
0 Votes
RegEx pattern
String[] testString = { "zulu", "zebra", "pansy", "salem", "z12344" }; String pattern = ...Answered | 2 Replies | 2969 Views | Created by P. Prabu - Tuesday, August 4, 2009 3:10 PM | Last reply by P. Prabu - Tuesday, August 4, 2009 5:33 PM -
0 Votes
regex pattern
i have a regex pattern in a file, i want to take the specified row which is not matching the regex pattern example regex pattern ...Answered | 2 Replies | 7008 Views | Created by Anil Gopathi - Wednesday, November 5, 2008 12:33 PM | Last reply by Anil Gopathi - Wednesday, November 12, 2008 11:33 AM -
0 Votes
Regex pattern
What is correct regex pattern for [T1 ] , [T2 ].....[T89 ] I used like this. ...Proposed | 2 Replies | 5515 Views | Created by kayatri - Wednesday, July 22, 2009 1:16 AM | Last reply by xalnix - Wednesday, July 22, 2009 11:22 AM -
0 Votes
Pattern Matching
Hi All, Is pattern matching possible in C#. If it's possible how can i do ...Answered | 1 Replies | 3577 Views | Created by litusahoo - Friday, December 14, 2007 6:31 AM | Last reply by warrentang - Monday, December 17, 2007 9:06 AM -
0 Votes
RegEx matching
Hi I have below code and I am not getting a match. What am I ...Answered | 1 Replies | 269 Views | Created by Y a h y a - Friday, September 30, 2016 11:50 PM | Last reply by Viorel_ - Saturday, October 1, 2016 8:15 AM -
0 Votes
pattern matching
HI i have requirement for pattern matching for example : string strtext="Len(text) ...Answered | 3 Replies | 2870 Views | Created by Adarsha Nadig S - Wednesday, November 21, 2012 1:44 PM | Last reply by Pieter Geerkens - Wednesday, November 21, 2012 2:25 PM -
0 Votes
VB.Net String Pattern Matching
your own will be handy so you can call them from anywhere within your class instead of just a button click for example. All you need to do is place the pattern ...Answered | 4 Replies | 7218 Views | Created by MarcD99 - Wednesday, October 4, 2006 8:57 AM | Last reply by MarcD99 - Wednesday, October 4, 2006 2:33 PM -
2 Votes
Regex pattern?
;, Regex.Escape(invalidCharacters); if(Regex.Match(...)) ... This will let C# and the Regex class take care of all of the escaping so that all ...Answered | 8 Replies | 1766 Views | Created by Narendran Ponpandiyan - Monday, May 21, 2012 8:54 AM | Last reply by servy42 - Monday, May 21, 2012 4:02 PM -
2 Votes
Get regex pattern
oh sorry i wrote wrong regex pattern correct regex Pattern is Regex regItem = new Regex(@"\<ref ...Answered | 3 Replies | 413 Views | Created by Soniya Singh - Tuesday, May 31, 2016 6:47 AM | Last reply by SMSVikasK - Wednesday, June 1, 2016 5:32 AM -
0 Votes
regex pattern
Can any one help me why it shows the error. I think my regex pattern is not correct which is this ...Answered | 2 Replies | 2853 Views | Created by kayatri - Tuesday, July 21, 2009 5:24 AM | Last reply by Yichun_Feng - Wednesday, July 22, 2009 7:26 AM -
0 Votes
Matching string length and pattern
John's regex is spot on and it is the answer...but I would change two things to make the regex pattern easier to read and maintain. Turn on the ...Answered | 8 Replies | 5936 Views | Created by tkerns - Tuesday, March 13, 2007 6:05 PM | Last reply by tkerns - Wednesday, March 14, 2007 4:01 AM -
1 Votes
Newbie RegEx matching question
I'm new to RegEx and everything and was wondering how to capture any occurance of this kind of string ...Answered | 1 Replies | 4896 Views | Created by Idiotequaneering - Thursday, June 17, 2010 4:18 PM | Last reply by WolfgangKluge - Thursday, June 17, 2010 4:32 PM -
0 Votes
Regex Pattern
I have this pattern to get an ip address off of a webpage but it doesn't seem to work correctly, so I was wondering if someone with more experience with regexes could analyze ...Unanswered | 2 Replies | 5247 Views | Created by Sniper167 - Tuesday, July 22, 2008 6:01 PM | Last reply by xalnix - Tuesday, July 22, 2008 9:50 PM - Items 1 to 20 of 2688637 Next ›
No announcements