isbn13 property

RegExp isbn13
final

Matches a possible ISBN-13 format.

Implementation

static final RegExp isbn13 = RegExp(r'^(?:[0-9]{13})$');