Re: ISBN validation for idiots...
Re: ISBN validation for idiots...
- Subject: Re: ISBN validation for idiots...
- From: "Mark J. Reed" <email@hidden>
- Date: Mon, 14 May 2007 17:15:16 -0400
On 5/14/07, Mark J. Reed <email@hidden> wrote:
I assume you want to get rid of both the 978 and the check
digit, but keep the rest. That'd be s.substring(3,12).
...or, perhaps more legibly, s.slice(3,-1), which includes the
original string minus the first three and last one characters.
--
Mark J. Reed <email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden