isbn10 property

RegExp isbn10
final

Matches a possible ISBN-10 format.

Implementation

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