std.tbl.include_keys

std.tbl

include_keys(t, pattern) -> matched

Filter an array to include only strings matching a pattern

Returns a new array containing only the string elements of t whose value matches pattern (anchored at the start, i.e., ^pattern). Non-string elements are silently skipped. Default pattern is ".*".