Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        say shift @matches, "match: '", shift @matches, "'" while @matches
    +;
    
    }
    
  2. or download this
    Example 1: match: '413-577-1234'
    Example 3: match: '413.233.2343'
    ...
    Example 7: match: '1 (413) 555-2378'
    Example 8: match: '4135552378'
    Example 9: match: '413 789 8798'