No announcements
Found 992738 threads
-
0 Votes
Regex - Match Entire String
Why use Regex?Answered | 2 Replies | 16275 Views | Created by Darren_SE - Monday, March 30, 2009 6:45 PM | Last reply by Rudedog2 - Monday, March 30, 2009 10:02 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 | 6781 Views | Created by tushar jain23 - Monday, June 28, 2010 5:49 AM | Last reply by Kirill Polishchuk - Monday, June 28, 2010 7:35 AM -
0 Votes
RegEx to match a string - this should be easy
> >I need to validate whether a string matches a 'whole word' within another string.Answered | 2 Replies | 1878 Views | Created by gawiz2009 - Thursday, September 20, 2012 8:41 PM | Last reply by Ron Rosenfeld - Saturday, September 22, 2012 2:26 AM -
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 | 1179 Views | Created by sams6 - Tuesday, November 20, 2012 9:54 AM | Last reply by Louis.fr - Tuesday, November 20, 2012 10:28 AM -
0 Votes
Reg REGEX expressions for numeric(13,3) and string MM.YYYY
Hi All, Kindly help in writing regex expression for the ffollwoing 1) MM.YYYY MM-Month- ...Answered | 1 Replies | 3126 Views | Created by Muqeem Mohammed - Saturday, September 29, 2012 11:51 AM | Last reply by Ron Rosenfeld - Saturday, September 29, 2012 2:54 PM -
2 Votes
Regex Matching Periods
Also, colon in the string would disqualify my match anyways.Answered | 13 Replies | 5805 Views | Created by o365spo - Tuesday, January 5, 2010 7:20 PM | Last reply by o365spo - Tuesday, January 5, 2010 9:24 PM -
0 Votes
finding strings that start with "(" .. regex match not working
The regex in this Javascript is not working to find strings that start with "(".Answered | 1 Replies | 4954 Views | Created by o365spo - Thursday, November 19, 2009 12:26 PM | Last reply by Ricky_Brundritt - Thursday, November 19, 2009 6:54 PM -
7 Votes
Regex Count Every Match
You can get it in one regex, but you need to have the regex not match the start and the end of the regex, using lookahead and lookbehind expressions.Answered | 7 Replies | 4322 Views | Created by Knight-g - Monday, February 28, 2011 4:24 PM | Last reply by Louis.fr - Tuesday, March 1, 2011 4:51 PM -
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 | 5433 Views | Created by Harris001 - Wednesday, December 9, 2009 3:41 PM | Last reply by JohnGrove - Monday, December 14, 2009 7:47 PM -
1 Votes
Regex match help...
Regex needs to be rewritten..Answered | 32 Replies | 1236 Views | Created by superlurker - Monday, September 29, 2014 7:04 AM | Last reply by superlurker - Tuesday, September 30, 2014 7:30 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 | 5464 Views | Created by rkbrown - Monday, November 8, 2010 2:50 PM | Last reply by Ron Rosenfeld - Wednesday, November 10, 2010 11:47 AM -
0 Votes
Using Regex To Evaluate Wether A String Is Numberic
If by numeric you mean an arbitarily large integer, then you could use: Regex rgx = new Regex (@"^\d+$"); HTH --mcAnswered | 2 Replies | 3905 Views | Created by LearningVisualC2005 - Thursday, January 7, 2010 7:43 PM | Last reply by Ahmad Mageed - Friday, January 8, 2010 3:28 AM -
1 Votes
Print the multiple matches of my regex?
It shows the matches in a RichTextBox.Answered | 3 Replies | 3140 Views | Created by forcelife - Wednesday, June 16, 2010 6:27 PM | Last reply by Rod Stephens - Wednesday, June 16, 2010 7:28 PM -
0 Votes
regex find in string
I am looking for the regex statement that would find the "_" and return the "01" The size of the string can vary but the "_??Answered | 8 Replies | 2722 Views | Created by CanAnn - Wednesday, June 29, 2011 7:07 PM | Last reply by CanAnn - Thursday, June 30, 2011 12:03 AM -
1 Votes
Combining email address regex with numeric regex
The above regex seems to solve the issue.Answered | 4 Replies | 6593 Views | Created by Vedanshu - Thursday, July 15, 2010 2:18 PM | Last reply by Vedanshu - Friday, July 16, 2010 4:33 AM -
3 Votes
how to match a meta character inside an hardcoded string using regex.
string name = "hai\"hello"; //my name is "hai\"hello" when you read the source file you ...Answered | 4 Replies | 1285 Views | Created by AKSHAY KUMAR NC - Thursday, December 21, 2017 6:38 AM | Last reply by AKSHAY KUMAR NC - Thursday, December 28, 2017 4:15 AM -
0 Votes
regex date to string
DateTime.Today) { Console.WriteLine("Hello World!!!Answered | 1 Replies | 1114 Views | Created by arkiboys - Friday, January 19, 2018 8:18 AM | Last reply by Sabah Shariq - Friday, January 19, 2018 9:38 AM -
1 Votes
Format for a regex expressoin that strips all characters except numeric
It's just he asked for regex.Answered | 6 Replies | 5535 Views | Created by Bill2010 - Thursday, December 16, 2010 11:20 PM | Last reply by WolfgangKluge - Monday, December 20, 2010 9:06 AM -
0 Votes
regex for string between characters
The regex you want - #(.*)# That doesn't disregard the StartSearch and EndSearch characters in the returned ...Answered | 3 Replies | 679 Views | Created by Y a h y a - Friday, January 13, 2017 12:48 AM | Last reply by Mr. Monkeyboy - Friday, January 13, 2017 3:41 AM -
0 Votes
Regex for string
When reading your question and looking at the samples, I get the feeling your samples don't match your question.Answered | 1 Replies | 3882 Views | Created by SagarJoshi - Friday, May 4, 2012 3:03 PM | Last reply by Jesse Houwing - Friday, May 4, 2012 4:37 PM - Items 1 to 20 of 992738 Next ›
No announcements