In image-dired I use M-x image-dired-mark-tagged-files to mark files containing a tag using regexp. e.g. jan. The problem is that jane is marked as well.
What regex do I need to mark jan but not jane?
Input:
/foo/IMG_2022.JPG;jan
/foo/IMG_2023.JPG;jane
While jan\$ works in regexp-builder, it returns 0 results if used in M-x image-dired-mark-tagged-files