You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
7stud
changed the title
Description does not match the example
Regex description does not match the example
Jan 7, 2017
7stud
changed the title
Regex description does not match the example
Regex: description does not match the example
Jan 7, 2017
7stud
changed the title
Regex: description does not match the example
Regex description does not match the example
Jan 7, 2017
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:
needs to be changed to:
The text was updated successfully, but these errors were encountered: