@joker I am looking into adding a check for ISBN-10 and ISBN-13 codes in Verify.
- Space and dash characters are ignored.
- The checksum digit is checked.
- For ISBN-10 a checksum of 10 can be represented with upper or lower case ‘X’.
- For ISBN-13 a ‘978’ prefix is expected.
- You can mix ISBN-10 and ISBN-13 in the same column.
- It does not check that the book exists.
So these are all valid:
9780131464131
152935112X
152935112x
152935112 X
1804991961
978-1804991961
1472966880
978-1472966889
1803414308
978-1803414300
0715655485
978-0715655481
If you have some test data, please feel free to send it to us. Please make clear whether you think the values should be valid or invalid.