YAPC::Europe 2011 in Riga

YAPC::Europe 2011 “Modern Perl”

Twitter #ye2011    RSS       Log in

Introduction to Perl: Regular Expressions

By Clive Darke (‎cdarke‎) from DevonCornwall.pm
Date: Monday, 15 August 2011 12:50
Duration: 20 minutes
Target audience: Beginner
Language:


An introduction that will include topics like:

* The flags s,m,i,g,x, and the others
* $`, $', $1, $2, ...
* [], {}, ()

Outline:
Introduction to Perl Regular Expressions
Regular Expressions in Perl
Regular Expression patterns
Matching a single character
Quantifiers
What did we match?
Optional match variables
Back-references
More capturing groups
Non-capturing groups
Modifiers for regular expressions
Multi-line matches
Alternatives to ^ and $
Global matches
Comments in Regular Expressions
Substitution using expressions

---

Learn more about this and the other Beginner Track talks in the description of brian d foy (‎brian d foy‎) - ‎Getting the most out of YAPC‎

Attended by: