       1mlmatch 22m?4mmode24m? 4mlist24m 4mpattern0m

              Search  the  elements  of 4mlist24m, returning a list of all elements
              matching 4mpattern24m.  If none match, an empty list is returned.

              The 4mmode24m argument indicates how the elements of the list are  to
              be matched against 4mpattern24m and it must have one of the following
              values:

              1m-exact 22mThe list element must contain exactly the same string  as
                     4mpattern24m.

              1m-glob  4m22mPattern24m  is a glob-style pattern which is matched against
                     each list element using the  same  rules  as  the  1mstring0m
                     1mmatch 22mcommand.

              1m-regexp0m
                     4mPattern24m  is  treated  as a regular expression and matched
                     against each list element using the  same  rules  as  the
                     1mregexp 22mcommand.

              If 4mmode24m is omitted then it defaults to 1m-glob22m.

              Only the 1m-exact 22mcomparison will work on binary data.
