perl6-docs icon indicating copy to clipboard operation
perl6-docs copied to clipboard

Regex description does not match the example

Open 7stud opened this issue 8 years ago • 0 comments

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)

7stud avatar Jan 07 '17 08:01 7stud