I need to remove the highlighted text/string from text file which is occurring multiple times.
Stating from “Page” to “www.abc.com”.
I tried using index of both and used remove option ,however it is deleting only the first part of the string where it is present,for other parts where the same string is present how to remove.
Any way i can remove in one go or iteration thru loop somehow.