Click here to Skip to main content
15,890,512 members
Home / Discussions / C#
   

C#

 
GeneralRe: A computer name Pin
Strategic_Thinker10-Jan-08 9:44
Strategic_Thinker10-Jan-08 9:44 
AnswerRe: A computer name Pin
Skippums10-Jan-08 9:50
Skippums10-Jan-08 9:50 
GeneralRe: A computer name Pin
Dave Kreskowiak10-Jan-08 7:35
mveDave Kreskowiak10-Jan-08 7:35 
GeneralInverse regex matching Pin
WillemM10-Jan-08 7:17
WillemM10-Jan-08 7:17 
GeneralRe: Inverse regex matching Pin
Skippums10-Jan-08 7:23
Skippums10-Jan-08 7:23 
GeneralRe: Inverse regex matching Pin
WillemM11-Jan-08 2:53
WillemM11-Jan-08 2:53 
GeneralRe: Inverse regex matching Pin
Skippums11-Jan-08 4:36
Skippums11-Jan-08 4:36 
GeneralRe: Inverse regex matching Pin
WillemM11-Jan-08 22:21
WillemM11-Jan-08 22:21 
Thanks for the outline, it got me thinking about how regex parsers are actually build. I found some old material on how to write your own regex parser and I'm going to use that for my library.

My plan is to implement a partial regex parser. This parser will be constructing an NFA of the regex expression and convert it to a DFA.
After that I'm going to determine which parts of the DFA will have a fixed length, those parts will need to be generated first. When these parts are generated I will be filling up the rest of the string with the other variable length parts, starting with the operator + (You need at least one if these) and after that the * operator.

WM.

What about weapons of mass-construction?

"What? Its an Apple MacBook Pro. They are sexy!" - Paul Watson
My blog

QuestionTaskDialog? Pin
kumar.bs10-Jan-08 6:10
kumar.bs10-Jan-08 6:10 
AnswerRe: TaskDialog? Pin
Scott Dorman10-Jan-08 7:21
professionalScott Dorman10-Jan-08 7:21 
QuestionIf statement not reading gridview row Pin
Member 439056910-Jan-08 6:08
Member 439056910-Jan-08 6:08 
GeneralRe: If statement not reading gridview row Pin
Skippums10-Jan-08 7:17
Skippums10-Jan-08 7:17 
GeneralRe: If statement not reading gridview row Pin
Member 439056910-Jan-08 7:25
Member 439056910-Jan-08 7:25 
GeneralRe: If statement not reading gridview row Pin
Skippums10-Jan-08 7:35
Skippums10-Jan-08 7:35 
GeneralRe: If statement not reading gridview row Pin
Member 439056910-Jan-08 8:14
Member 439056910-Jan-08 8:14 
GeneralRe: If statement not reading gridview row Pin
Skippums10-Jan-08 8:35
Skippums10-Jan-08 8:35 
GeneralRe: If statement not reading gridview row Pin
Member 439056910-Jan-08 8:48
Member 439056910-Jan-08 8:48 
QuestionHello' Who can give me a hand? Pin
Member 472830110-Jan-08 6:02
Member 472830110-Jan-08 6:02 
GeneralRe: Hello' Who can give me a hand? Pin
DaveyM6911-Jan-08 4:48
professionalDaveyM6911-Jan-08 4:48 
GeneralRe: Hello' Who can give me a hand? Pin
Member 472830111-Jan-08 5:06
Member 472830111-Jan-08 5:06 
QuestionPrintPreviewControl: Suppress pagecount message? Pin
W Balboos, GHB10-Jan-08 5:45
W Balboos, GHB10-Jan-08 5:45 
AnswerRe: PrintPreviewControl: Suppress pagecount message? Pin
m@u10-Jan-08 6:22
m@u10-Jan-08 6:22 
GeneralRe: PrintPreviewControl: Suppress pagecount message? Pin
W Balboos, GHB10-Jan-08 7:56
W Balboos, GHB10-Jan-08 7:56 
GeneralList<int> Serialization Format</int> Pin
justwantcode10-Jan-08 5:14
justwantcode10-Jan-08 5:14 
GeneralRe: List Serialization Format Pin
Skippums10-Jan-08 5:17
Skippums10-Jan-08 5:17 

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.