Scroll to navigation

Catmandu::Fix::filter(3pm) User Contributed Perl Documentation Catmandu::Fix::filter(3pm)

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
2017-01-04 perl v5.24.1