“10185”,,”CARD”
“188”,”Smith, Bob”,”SRHC”
“10200”,,”CCC HOSP”
I would like a regular expression that matches each line pattern. This is what I was trying. The number can vary in length on left side.
regexp — {“[0-9]*”,*,”[A-Z]*”} $test
Doesn’t work. I don’t seem to have the multiple occurence of a number down…. Any help is appreaciated…