I have 2 lists of strings I want to compare and highlight the differences between them.
Code snippet:
string1 = "GNBDUFunction=1,TddRadioChannel=1 arfcn 632333, channelBandwidth 20000, frequency , reservedBy [1] = , >>> reservedBy = GNBDUFunction=1,GNodeBSectorCarrier=T23MGNX, tddRadioChannelId 1"
string2 = "GNBDUFunction=1,TddRadioChannel=1 arfcn 633333, channelBandwidth 20000, frequency 37000080, reservedBy [1] = , >>> reservedBy = GNBDUFunction=1,GNodeBSectorCarrier=TESTNX, tddFrequency 0, tddRadioChannelId 1"
I want the html file to highlight the differences in the 2 strings. In this case highlight the arfcn.