how to capture all codes inside the html .... in regex format? currently I tried several codes but it is not capturing all, I tried this
<body>([^*]*)<\/body>
but it didnt capture all codes because some javascript code is affecting the regex command.
do you know any link or sample to solve this issue?
TIA