Help for this page

Select Code to Download


  1. or download this
    my $str = "Send it to bob.sled\@gmail.com. Don't send it to ski.guy\@y
    +ahoo.com.";
    
    print "$1\n" if $str =~ /(( (?!\.\s). )+ \.\s)/x;
    
  2. or download this
    Send it to bob.sled@gmail.com.