How would I be able to use Delphi to remove data from a memo field that comes after a certain string, for example the data in the database I’m going through it displayed as such:
<Data I want to keep>
======= Old Data ========
<line 1>
<line 2>
etc.
How could I tell Delphi to remove all data after (and including) the old data line? But not touch the data that I wish to keep?
something like: