You are viewing a single comment's thread. Return to all comments →
perl
while(<>){ next if $. == 1; chomp; /^[a-z]{0,3}\d{2,8}[A-Z]{3,}$/ ? print "VALID\n" : print "INVALID\n"; }
Seems like cookies are disabled on this browser, please enable them to open this website
Utopian Identification Number
You are viewing a single comment's thread. Return to all comments →
perl