$rw->capture(rem => 'greedy'); # No more greed please.
$rw->capture(); # Capture nothing.
+The C<capture> method returns the L<Regexp::Wildcards> object.
+
=head2 C<convert $wc [ , $type ]>
Converts the wildcard expression C<$wc> into a regular expression according to the options stored into the L<Regexp::Wildcards> object, or to C<$type> if it's supplied.