hi all,
here's my string:
</HEAD>
<BODY>
<html>
<head>
i need to detect the line-breaks so i used [\r\n]+
but the problem is, i need it to be optional - like the filter rule should also work if there are no line breaks at all (between rbody + html) .. how would i do that?
thx