Quote:
Originally Posted by Phil_C
I can't get that or variations to do anything in Book Cleaner. Is "vim" different from Regular Expressions? The only reference I have is the list of Reg Exp in the Book Designer help section.
|
Vim is a text editor, which can use regular expressions, but each editor, processor, language, etc. uses a different flavour of regular expressions, with varying syntax, escaped characters, etc. I don't know what would be the exact dialect used by Book Cleaner. Also, if you are on Windows, you may have to search for \r\n instead of \n...