Click here to Skip to main content
15,887,027 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Memory allocation limit Pin
Dave Kreskowiak14-Jun-07 17:09
mveDave Kreskowiak14-Jun-07 17:09 
GeneralRe: Memory allocation limit Pin
PIEBALDconsult14-Jun-07 17:48
mvePIEBALDconsult14-Jun-07 17:48 
GeneralRe: Memory allocation limit Pin
Dave Kreskowiak15-Jun-07 4:41
mveDave Kreskowiak15-Jun-07 4:41 
QuestionRegular expression not matching as expected Pin
tgrt14-Jun-07 4:19
tgrt14-Jun-07 4:19 
AnswerRe: Regular expression not matching as expected Pin
PIEBALDconsult14-Jun-07 16:59
mvePIEBALDconsult14-Jun-07 16:59 
GeneralRe: Regular expression not matching as expected Pin
tgrt15-Jun-07 3:40
tgrt15-Jun-07 3:40 
GeneralRe: Regular expression not matching as expected Pin
PIEBALDconsult15-Jun-07 13:49
mvePIEBALDconsult15-Jun-07 13:49 
GeneralRe: Regular expression not matching as expected Pin
tgrt15-Jun-07 16:48
tgrt15-Jun-07 16:48 
PIEBALDconsult wrote:
Yes, but do you want the regex to contain a TAB character or the literal \t?
If the latter (as I expect), then you need to either use a literal string or escape the backslash (\\t).


The purpose of the \t in the regular expression is to match a tab character and the \t in the test data is the illustration of there actually being a tab character (basically the string as you'd see it in the locals window for instance).

The tabs match in the expression without fail. The problem is that when ran as part of my application (exact same regular expression and options as noted) it doesn't match part of the message whereas in Espresso (a regular expression build/test application) it does.
GeneralRe: Regular expression not matching as expected Pin
PIEBALDconsult15-Jun-07 19:07
mvePIEBALDconsult15-Jun-07 19:07 
GeneralRe: Regular expression not matching as expected Pin
tgrt16-Jun-07 4:16
tgrt16-Jun-07 4:16 
GeneralRe: Regular expression not matching as expected [modified] Pin
PIEBALDconsult16-Jun-07 5:43
mvePIEBALDconsult16-Jun-07 5:43 
GeneralRe: Regular expression not matching as expected [modified] Pin
PIEBALDconsult16-Jun-07 7:47
mvePIEBALDconsult16-Jun-07 7:47 
GeneralRe: Regular expression not matching as expected Pin
tgrt16-Jun-07 13:20
tgrt16-Jun-07 13:20 
GeneralRe: Regular expression not matching as expected Pin
PIEBALDconsult16-Jun-07 17:20
mvePIEBALDconsult16-Jun-07 17:20 
GeneralRe: Regular expression not matching as expected Pin
tgrt17-Jun-07 5:05
tgrt17-Jun-07 5:05 
GeneralRe: Regular expression not matching as expected Pin
PIEBALDconsult17-Jun-07 7:08
mvePIEBALDconsult17-Jun-07 7:08 
GeneralRe: Regular expression not matching as expected Pin
tgrt24-Aug-07 11:17
tgrt24-Aug-07 11:17 
GeneralRe: Regular expression not matching as expected Pin
PIEBALDconsult24-Aug-07 13:52
mvePIEBALDconsult24-Aug-07 13:52 
QuestionAsynchronous Web service call? Pin
Nithin Krishna14-Jun-07 1:46
Nithin Krishna14-Jun-07 1:46 
AnswerRe: Asynchronous Web service call? Pin
Manas Bhardwaj14-Jun-07 10:18
professionalManas Bhardwaj14-Jun-07 10:18 
GeneralRe: Asynchronous Web service call? Pin
Colin Angus Mackay14-Jun-07 11:43
Colin Angus Mackay14-Jun-07 11:43 
Questioni cant setup visual studio..?strange problem.. Pin
Mir_As14-Jun-07 0:45
Mir_As14-Jun-07 0:45 
AnswerRe: i cant setup visual studio..?strange problem.. Pin
Vasudevan Deepak Kumar15-Jun-07 2:56
Vasudevan Deepak Kumar15-Jun-07 2:56 
QuestionHow can i solve this? Pin
$uresh $hanmugam12-Jun-07 23:59
$uresh $hanmugam12-Jun-07 23:59 
AnswerRe: How can i solve this? Pin
Fatbuddha 113-Jun-07 2:27
Fatbuddha 113-Jun-07 2:27 

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.