Working in a text area, how do I delete lines NOT beginning with http?
For example, so that
http:index2.html
http:
will become
http:http:
How do I remove duplicates?
so that
http:http:http:http:
will become
http:http:
For example, so that
http:index2.html
http:
will become
http:http:
How do I remove duplicates?
so that
http:http:http:http:
will become
http:http: