in reply to Re: ^N.*(?!00$)
in thread ^N.*(?!00$)
Right, if the word was embedded in a phrase, your regex would do the job. As it is (and you couldn't know) I extract the words from a CSV file and have them in a $var which i match against a regex entered from the UI, so I don't really need "phrase generality" in this specific case.
Good pt. of view, anyway :)
-- allan