You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This release adds an
ISBN::parse
public method that returns aParsedIsbn
object.It can be used to get parts of an ISBN code. As an example, the ISBN 9791091146456 could be split with the following methods :
ParsedIsbn->getGs1Element
would return the EAN prefix"979"
ParsedIsbn->getRegistrationGroupElement
would return the French language code"10"
ParsedIsbn->getRegistrantElement
would return the "Dystopia" publisher code"91146"
ParsedIsbn->getPublicationElement
would return the "Fournaise" publication code"45"
ParsedIsbn->getCheckDigit
would return the checksum digit"979"
Full Changelog: 2.5.0...2.6.0
This discussion was created from the release 2.6.0.
Beta Was this translation helpful? Give feedback.
All reactions