I want to create a list of column with regular expression for example.
patt <- "col.1_"
now i want to create a list of column names which can fetch names from data frame like.
("col.1_1","col.1_2","col.1_3",.......) but it should exclude column names like col.1_1id, col.1_2id etc