in reply to Re: Re: Regular Expression Problem
in thread Regular Expression Problem

This is why I said "Have you verified that your text contains what you think it does?".

Print it out and see!

In the code you give above, for example, you're testing against $test - but getting the input into $test_name - which isn't being used!

Steve
---
steve.org.uk

Replies are listed 'Best First'.
Re: Re: Regular Expression Problem
by Anonymous Monk on Mar 29, 2004 at 15:25 UTC
    I think that problem starts even before.
    I have a link like:
    <a href=\"applic.pl?trans=edit&action=edit&name=$name>
    The value from the header isn't parsing the "&".