Help for this page
my $regex = qr/\w{3}_[tr]x_[pn]\d(?!\d)/;
my $regex = qr/\w{3}_[tr]x_[pn]\d(\D|$)/;