Hey I have a txt file I wanna read only a specific string from it. The File:
This Ticket Being Generated as You Confirm
Name : John
Movie : Batman
Location: MidVally
Time : 7PM-9PM
Time : 2
Seats : [A-4, B-3, D-5, C-1, D-2, E-3]
UniqueID: Batman7PM-9PMMidVally
I only want to retrieve the UniqueID to save it in string to be in this case String UniqID = "Batman7PM-9PMMidVally". Any idea how to achieve it