In the meantime you can use the RapidMiner integration for KNIME (assuming you are already on KNIME 2.7), where the Select Attribute operator does similar things you described.
Or for the regexp replace you can customize this R code for an R snippet node:
Sorry I don't think I was very clear in my last post. What I want to do is use the column filter node to filter based on a list of patterns, like the one in the column rename(Regex) node. Basically, to be able to use the wildcard functions of "?" and "*" , and the " | " function to seperate patterns. Is there a simple way to do that?
sorry for the delayed response. As I said you can filter columns based on regular expressions in the regular Column Filter and Column Splitter node by using the Wildcard/Regex Selection option as demonstrated in the attached workflow.