I have the following XML tag
<list message="2 < 3">
I want to replace the < in the text with <
Need a regex to match < if it doesn't appear at the start of line.
I have the following XML tag
<list message="2 < 3">
I want to replace the < in the text with <
Need a regex to match < if it doesn't appear at the start of line.