in reply to Re: Regex for extracting phone numbers from string
in thread Regex for extracting phone numbers from string

I'm writing this script for my own use to pull phone numbers from text that will only have local seven digit numbers or north american phone numbers.

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks

  • Comment on Re^2: Regex for extracting phone numbers from string