<(form)[^>]*method=(['\"])post(['\"]).*</(form)>
Currently i've got that.. which kind of works if there is no new line involved.. but I'm not sure how to search for everything (including input fields) inside of the form tag
Any help is appreciated :]