Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 310 Bytes

File metadata and controls

10 lines (7 loc) · 310 Bytes

The ISBN datatype

The datatype that represents the ISBN identifier.

It is based on the String datatype with the additional restriction that the string must match the following regular expression:

(97(8|9))?[0-9]{9}[0-9X]