Help for this page

Select Code to Download


  1. or download this
    my $regex = qr/\w{3}_[tr]x_[pn]\d(?!\d)/;
    
  2. or download this
    my $regex = qr/\w{3}_[tr]x_[pn]\d(\D|$)/;