Hi, I have a list and I want to keep the lines which contain certain text. I used "remove elements that contain any text" from the list processing, but the problem is that when I delete the lines containing .co, it will also delete all the .com
I want to keep only the lines which contains .com, .net, .org
I thought about using the option "Remove elements that DON'T contain any text", and then saving each output into a temporal list, and then merging everything together, but I was wondering if there is an easier way. Thanks!
I want to keep only the lines which contains .com, .net, .org
I thought about using the option "Remove elements that DON'T contain any text", and then saving each output into a temporal list, and then merging everything together, but I was wondering if there is an easier way. Thanks!