Matches a possible ISBN-10 format.
static final RegExp isbn10 = RegExp(r'^(?:[0-9]{9}X|[0-9]{10})$');