ozgurtekin
Programmer
I am creating a program with delphi and I want to find the tags of a html page which I loaded into a memo object.
There are some lines like this:
<title>Welcome
</title>
I only want to find the '<title>' part or the 'Welcome' part
I want a code which can Delete 'Welcome' or make it possible for me to change it.
There are some lines like this:
<title>Welcome
</title>
I only want to find the '<title>' part or the 'Welcome' part
I want a code which can Delete 'Welcome' or make it possible for me to change it.