Re: Need help in writing PCRE

2007-08-09 Thread vikrant . kansal
On Aug 9, 10:51 pm, [EMAIL PROTECTED] (Andy Lester) wrote: > > Can u guys help me out in writing the pcre for the following string > > I'm afraid not. This mailing list is strictly for discussion of Perl 6. > It's not a help list. > > Also, you may find that "PCRE" is not really that Perl-compatib

Need help in writing PCRE

2007-08-09 Thread vikrant . kansal
Hi, Can u guys help me out in writing the pcre for the following string string :- ftp:\\abnssjs%20jfdhjdh.htc%00.mnd Now, what i need to match is "ftp:" "anything in between except i.e ^(%00)" followed by "%00" then Dot What i have tried so far is 1. /ftp:.*%00./i but .* match any thing