Hi,
In a large txt file I'm unsuccessfully trying to find lines, that contain different words between tags <tag1></tag1> and <tag2></tag2>.
Example:
<tag1>abc</tag1><tag2>abc</tag2>
<tag1>def</tag1><tag2>def</tag2>
<tag1>xxx</tag1><tag2>ccc</tag2>
In this example only <tag1>xxx</tag1><tag2>ccc</tag2> line should be matched. Please help.
Best regards,
Greg
In a large txt file I'm unsuccessfully trying to find lines, that contain different words between tags <tag1></tag1> and <tag2></tag2>.
Example:
<tag1>abc</tag1><tag2>abc</tag2>
<tag1>def</tag1><tag2>def</tag2>
<tag1>xxx</tag1><tag2>ccc</tag2>
In this example only <tag1>xxx</tag1><tag2>ccc</tag2> line should be matched. Please help.
Best regards,
Greg