Help for this page

Select Code to Download


  1. or download this
    my $string = "Example 1: 413-577-1234
                  Example 2: 981-413-777-8888 
    ...
      say "Match: '$_'" for @matches;
    
    }
    
  2. or download this
    Match: '413-577-1234'
    Match: '1-413-777-8888'
    ...
    Match: '4135552378'
    Match: '413 789 8798'
    Match: '343 9878'