Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Perl 6 Regex

lichtkind
September 05, 2015

Perl 6 Regex

features and syntax of the new reformed Perl Regular Expression

lichtkind

September 05, 2015
Tweet

More Decks by lichtkind

Other Decks in Programming

Transcript

  1. Something Stayed ops: m//, s/// , tr/// mods: i, g

    capturing: (…) escape: \ quantifier: *, +, ? min. match. suffix: ??, *?, +? alternatives: | match var.: $1 .. $9