I suspect that the /1 was not used in the replace dialog.
In the Replace With box /1 must be specified, otherwise you have specified that you want to replace the matched isbn with nothing, in effect deleting it. And you end up with:
1616084855IWIWEF -> IWIWEF
The /1 specifies that you want to use the contents of the first matching parentheses. The matched isbn.
Last edited by Adoby; 03-17-2013 at 11:28 PM.
|