Hello everyone,
I am in the middle of updating a really old MW that was still running the HarvardReferences Extension. The current style for citations there looks like this: [Author Year: S. Pagenumber] (S stands for Seite = page in German), so e.g. [Smith 2014: S. 124]. Since I have to replace all those references with usual Cite references, I tried the following regex to find them but it did not return any result:
^\\[([^]]+) (\\d{4}): S\\. (\\d+)\\]$
Can you help me in figuring out what I am doing wrong at the moment?
Thanks in advance!