X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;ds=sidebyside;f=lib%2FRegexp%2FWildcards.pm;h=1b3b4e9271d6aa1b4e0e69e742494ad9a678ca34;hb=b402ceab6bbf7040f8cae87bf08a725b8097750f;hp=f0b471a8be5cea353f87254b5e3c164849e703db;hpb=9375fddef45f4884a1e447e6d31f608ce18b22a2;p=perl%2Fmodules%2FRegexp-Wildcards.git diff --git a/lib/Regexp/Wildcards.pm b/lib/Regexp/Wildcards.pm index f0b471a..1b3b4e9 100644 --- a/lib/Regexp/Wildcards.pm +++ b/lib/Regexp/Wildcards.pm @@ -399,6 +399,8 @@ C<'brackets'> will capture matching C<{ ... , ... }> alternations. $rw->capture(rem => 'greedy'); # No more greed please. $rw->capture(); # Capture nothing. +The C method returns the L object. + =head2 C Converts the wildcard expression C<$wc> into a regular expression according to the options stored into the L object, or to C<$type> if it's supplied.