davidl
Joined: 17 Aug 2006 Posts: 27
|
Posted: Tue Aug 22, 2006 12:48 am Post subject: regex compare problem |
|
|
can't compile d generated lexer. problem is reg.search!=0 operator = can't compare those two objects. change to reg.search!=null can't solve the problem ,since if reg.search fail it won't return null. need to understand std.regex more |
|