exclude_keys(
t,pattern) ->matched
Filter an array to exclude strings matching a pattern
Returns a new array containing the string elements of t that do NOT
match pattern (anchored at the start, i.e., ^pattern). Non-string
elements are silently skipped. Default pattern is ".*".