Hi,
I have a regular expression that converts newline characters to '<BR>'. I need to modify this so that it only converts the newline characters if they are not preceeded by certain other strings ('table>', 'td>' and 'tr>')
So, examples would be as follows:
original string:
'line1\n line2\n...