isISBN method

bool isISBN()

ISBN 10 & 13 regex

Implementation

bool isISBN() => RegVal.hasMatch(
      this,
      RegexPattern.isbn,
    );