RE: [PHP-WIN] Having trouble with Regular Expressions here too

2004-01-17 Thread Svensson, B.A.T. (HKG)
Would it be possible to do a string position on " AKA " and " IN " and just cut out what's in between there? -Original Message- From: Jim MacDiarmid To: [EMAIL PROTECTED] Sent: 2004-01-16 17:10 Subject: [PHP-WIN] Having trouble with Regular Expressions here to

[PHP-WIN] Having trouble with Regular Expressions here too

2004-01-16 Thread Jim MacDiarmid
Here is what I'm doing: I'm issuing a DOS command on a Windows platform using the backtick mark (`command`) and getting output from it. That works fine. Now my problem is parsing the string that gets returned. I've tried using the preg_match and preg_match_all commands to filter the information I