regex and Call Caps line

Post Reply
dao
Posts: 31
Joined: Fri Apr 12, 2002 2:26 pm

regex and Call Caps line

Post by dao »

I have lines that look like:

PACKAG-COUNCE -TN NABISCO INC,PHILADELPHIA,PA
PACKAGING CORP OF AMERICA 1000014206

How come the following won't work?
[A-Z\- ]+ +[A-Z0-9\- ,]+

Thanks
dao@mit.edu
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

regex and Call Caps line

Post by John »

You should not have the space in the first class, otherwise there will be no spaces for the " +".
John Turnbull
Thunderstone Software
Post Reply