Hi I am looking into writing a regular expression that will match the following
/book/The-title-of-the-book/0000000000/
where The-title-of-the-book
is any alphanumeric character and a '-', 0000000000000
is the 10 or 13 digit isbn of the book, e.g. /book/To-kill-a-mockingbird/0099419785/
.
can you suggest what pattern I may use to construct the regular expression