^\d{2}-\d{3}-\d{4}-\w{1}$ for the first isbn numbers. Something similar for the tel numbers. Basically this is looking for a match of a string that has two digits, hyphen, three digits, hyphen, four digits, hyphen, then either one digit or letter value.
I haven't tried it actually, but it should work. Something similar could be used for the telephone numbers.