So I have obtained this regular expression from
http://www.regexlib.com/REDetails.aspx?regexp_id=463
^(97(8|9))?\d{9}(\d|X)$ when I place it in the add and save section it does nothing what is the matter ?
modified it to (?P<Title>.+)- (?P<ISBN>[^(97(8|9))?\d{9}(\d|X)$]) and still no luck