Hi folks,
I'm trying to help out a guy on one of the dbMan forums there, but I need a regex that will recognise BODY and /BODY tags. That is, the first one would match "<BODY" in upper or lower case, followed by the rest of the tag which can be ignored, and the second would match "</BODY>" in upper or lower case.
Cheers,
adam
I'm trying to help out a guy on one of the dbMan forums there, but I need a regex that will recognise BODY and /BODY tags. That is, the first one would match "<BODY" in upper or lower case, followed by the rest of the tag which can be ignored, and the second would match "</BODY>" in upper or lower case.
Cheers,
adam

