I'd like to find a way for UE to search through a directory of files, find a specified variable, ignore parts of lines and delete a specified number of lines. I doubt I'm explaining this well at all but here is an example of what I'd like to be able to do.
I would like UE to find instances where
So what I would like UE to do is find instances where Type=0x6004 and Data0= are present and delete all 5 lines of text. Can someone point me in the right direction to make this happen? Thanks
I would like UE to find instances where
Code: Select all
[POI]
Type=0x6004
Label=DRAFT WORKS BREWERY
Data4=(46.87774,-114.00350)
[END]
[POI]
Type=0x6004
Label=DRAFT WORKS BREWERY
Data0=(46.87774,-114.00350)
[END]