I am trying to retrieve value between two strings which are present multiple time in one single line.
here is what I got:
time="1441491171" <DISP>something</DISP><DISP>stuff</DISP><DISP>possible</DISP>
the order for these strings as it might change by having additional strings...
I am trying to get these values are below:
"1441491171" something stuff possible
Many thanks for you help, AL.