Provided by: libcatmandu-perl_1.0700-1_all
NAME
Catmandu::Fix::filter - Filter values out of an array based on a regular expression
SYNOPSIS
# words => ["Patrick","Nicolas","Paul","Frank"] filter(words,'Pa') # words => ["Patrick","Paul"]
SEE ALSO
Catmandu::Fix