Exception in pattern
Posted: Wed Feb 13, 2008 3:23 am
Hello everyone and sorry for my poor english. Hope you will understand my request...
In a HTML page, I would like to amend all forms, excepts forms using the GET method...
I've tried many codes (like following), but it never works. I'm really not a an expert with regexp...
$pattern = '/<form(.*)(?!method=(\'|")get(\'|"))/';
Thanks for any help !!!
In a HTML page, I would like to amend all forms, excepts forms using the GET method...
I've tried many codes (like following), but it never works. I'm really not a an expert with regexp...
$pattern = '/<form(.*)(?!method=(\'|")get(\'|"))/';
Thanks for any help !!!