Raku / doc

🦋 Raku documentation
https://docs.raku.org/
Artistic License 2.0
287 stars 291 forks source link

method Numeric isn't docced for Match #3664

Open MasterDuke17 opened 4 years ago

MasterDuke17 commented 4 years ago

The Match Type page (https://docs.raku.org/type/Match) has a method Numeric from Capture, but it doesn't do the same thing.

say \(1,2,3, apples => 2).Numeric; my $a = "abc123def456" ~~ /\d+/; dd $a.Numeric
rakudo-moar 85847d2f1: OUTPUT: «3␤123␤»
JJ commented 4 years ago

Thanks! We'll get to it as soon as possible.