I have a project where I need to get all text after a specific value until that value is found again.
Example...
Source file has the following:
File found: myfile1.ron
File found: myfile2.ron
End:
Find whatever follows 'File found:' until the next occurance OR when another value such as 'End' is found.
Example...
Source file has the following:
File found: myfile1.ron
File found: myfile2.ron
End:
Find whatever follows 'File found:' until the next occurance OR when another value such as 'End' is found.
Comment