Merlin wrote:
Hi there,

I have a regex problem.

Basicly I do not want to match:

/dir/test/contact.html

But I do want to match:
/test/contact.html

I tryed this one:
^[!dir]/(.*)/contact(.*).html$

but it does not work and I tryed thousands of other ways plus read
tutorials.

Can anybody please help?

^\/test\/contact.html$


Kae


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to