Help for this page

Select Code to Download


  1. or download this
    my @names = $text =~ /\b[^\d\s]*\d[^\d\s]*\b/g;
    
  2. or download this
    my @names = $text =~ /\b[A-Z]*\d[A-Z]*\b/gi;