Yes I am in Regex mode.
THX - setting the search pattern in brackets removed the error, but unfortnately I have not found a way to do the job I like to do.
I have some books with title fields containing "author, name - title" while the author-field is empty. So I tried to search for (.* - ) in the title field and to set \1 in the replace line and set ther target field to "author", so that this part is moved - but this does not work.
THX
|