from this long string, i would only want to get the lines that is starting from word ‘Item’
and ends with line that has word ‘Total Amount’. The amount of lines are not fixed. Basically its a half table if you would say. I attached the sample string also.
Have tried regex but not able to get the correct lines.
Best if i can get only the row items from the table in the string.