Click here to Skip to main content
15,887,875 members
Home / Discussions / C#
   

C#

 
GeneralRe: Interface and Implementing Class Relationship Pin
Pete O'Hanlon12-Sep-10 10:16
mvePete O'Hanlon12-Sep-10 10:16 
GeneralRe: Interface and Implementing Class Relationship Pin
infinateone12-Sep-10 10:44
infinateone12-Sep-10 10:44 
AnswerRe: Interface and Implementing Class Relationship Pin
infinateone12-Sep-10 11:07
infinateone12-Sep-10 11:07 
GeneralRe: Interface and Implementing Class Relationship Pin
Paul Michalik12-Sep-10 20:30
Paul Michalik12-Sep-10 20:30 
GeneralRe: Interface and Implementing Class Relationship Pin
infinateone13-Sep-10 4:38
infinateone13-Sep-10 4:38 
GeneralRegular Expressions Pin
Bassam Abdul-Baki10-Sep-10 3:53
professionalBassam Abdul-Baki10-Sep-10 3:53 
GeneralRe: Regular Expressions Pin
Luc Pattyn10-Sep-10 3:58
sitebuilderLuc Pattyn10-Sep-10 3:58 
GeneralRe: Regular Expressions Pin
Bassam Abdul-Baki10-Sep-10 4:09
professionalBassam Abdul-Baki10-Sep-10 4:09 
Luc Pattyn wrote:
1.
we have a regular expressions forum

I knew I should have checked all the forums. However, I am using C#. Smile | :) Maybe someone will move this to the right forum.
Luc Pattyn wrote:
2.
you're worried about readability and yet you use regular expressions?

It's a simple numeric search. I could easily add a comment that I'm actually searching for 6-2-4, but only 2-4 is needed since the numbers begin with 6.
Luc Pattyn wrote:
3.
what do you want to happen with numbers having multiple two's and four's?
is 612423 two matches? a match and a fail?

As long as there's a 2 before a 4, it passes. The string 612345 was just an example. It could be 64444444444444422222222222123678901236789012345678903456789034567890 and it would still pass.

GeneralRe: Regular Expressions Pin
PIEBALDconsult10-Sep-10 4:24
mvePIEBALDconsult10-Sep-10 4:24 
GeneralRe: Regular Expressions Pin
Bassam Abdul-Baki10-Sep-10 4:26
professionalBassam Abdul-Baki10-Sep-10 4:26 
GeneralRe: Regular Expressions Pin
PIEBALDconsult10-Sep-10 4:37
mvePIEBALDconsult10-Sep-10 4:37 
GeneralRe: Regular Expressions Pin
Bassam Abdul-Baki10-Sep-10 4:46
professionalBassam Abdul-Baki10-Sep-10 4:46 
GeneralRe: Regular Expressions Pin
Alan Balkany10-Sep-10 4:02
Alan Balkany10-Sep-10 4:02 
GeneralRe: Regular Expressions Pin
Bassam Abdul-Baki10-Sep-10 4:11
professionalBassam Abdul-Baki10-Sep-10 4:11 
GeneralRe: Regular Expressions Pin
Alan Balkany10-Sep-10 4:12
Alan Balkany10-Sep-10 4:12 
GeneralRe: Regular Expressions Pin
Bassam Abdul-Baki10-Sep-10 4:15
professionalBassam Abdul-Baki10-Sep-10 4:15 
GeneralRe: Regular Expressions Pin
Alan Balkany10-Sep-10 4:22
Alan Balkany10-Sep-10 4:22 
GeneralRe: Regular Expressions Pin
Bassam Abdul-Baki10-Sep-10 4:27
professionalBassam Abdul-Baki10-Sep-10 4:27 
GeneralRe: Regular Expressions [modified] Pin
Luc Pattyn10-Sep-10 4:34
sitebuilderLuc Pattyn10-Sep-10 4:34 
GeneralRe: Regular Expressions Pin
Alan Balkany10-Sep-10 4:39
Alan Balkany10-Sep-10 4:39 
GeneralRe: Regular Expressions Pin
Luc Pattyn10-Sep-10 4:56
sitebuilderLuc Pattyn10-Sep-10 4:56 
GeneralRe: Regular Expressions Pin
Bassam Abdul-Baki10-Sep-10 4:40
professionalBassam Abdul-Baki10-Sep-10 4:40 
GeneralRe: Regular Expressions Pin
Bassam Abdul-Baki10-Sep-10 4:59
professionalBassam Abdul-Baki10-Sep-10 4:59 
GeneralRe: Regular Expressions Pin
Luc Pattyn10-Sep-10 5:19
sitebuilderLuc Pattyn10-Sep-10 5:19 
GeneralRe: Regular Expressions Pin
Bassam Abdul-Baki10-Sep-10 5:35
professionalBassam Abdul-Baki10-Sep-10 5:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.