I am trying to filter a string to only contain characters that I allow. For example let\'s say I allow letters [A-Z] (case insensitive) and underscores (\'_\').
So le