2.4.0
The 2.4.0 update introduces a new method:
Isbn::isParsable ( string $value ) : boolean
This method returns true
if the $value
string can be parsed (and thus, converted into a valid ISBN-10, ISBN-13, EAN-13 or GTIN-14) and false
if it cannot be.