in reply to Re^3: How to get input text boxes populated
in thread How to get input text boxes populated

Hi, What should be the Regex if data contains just alphabet letters for the following :
if ( ($action eq "UPDATE") && ($custid =~ /\d+/)) {
CustomeIDs are like :
CustomerID ------------ ALFKI ANATR ANTON AROUT BERGS BLAUS BLONP BOLID
Many thanks Terry