How to find and delete rows in a data table containing a text (or elements in a list)
I have a list containing a combinations of letters ... e.g A B C D...Column1ABCDABACADABCABD..... so forth or as a list e.g. mylist = {A, B, C, D, AB,...
woongkim79