How to select Rows on a column with a RegEx
Hi, I want to select all the rows that start with the word "Insert" on a column that has a very complicated name: "Aligned_bin_on_ref(ref[+/-]strand:start-end". I can select any rows using some of the other columns but the name of this one is somehow being interpreted as "code". I am also trying to use a Regex because the "values" on the column may contain more than one instance of the word "Inse...