perl6-docs
perl6-docs copied to clipboard
Regex description does not match the example
In "Introduction to Perl 6 Regex" it looks like one of the examples was changed, but the text still refers to the old example. In the last paragraph, in the section titled "Alternation and Conjunction", the line:
(since * is greedy)
needs to be changed to:
(since + is greedy)