Character string specifying the particular pattern to match.
unique_only
Logical indicating whether or not to only return unique
values. Default is FALSE.
...
Additional optional arguments to ba passed onto
get_pattern.
Details
The pattern specified by the required argument pattern must be a valid
pattern produced by the get_pattern function. That is, all digits
should be represented by a "9", lowercase/uppercase letters by a
"a"/"A", etc.