Hello, I’m making some dynamic profiles tailored to one lens, the Nikkor 1.8/50.
When I check the Lens field and fill in the full name, it works. But that name is rather long: Nikon AF Nikkor 50mm f/1.8, so I want to use a regex to find the lens.
If I write: re:Nikon 50 the dynamic profile is not applied, so this regex doesn’t find the lens.
On the other hand, re:Nikkor 50 works okay.
Both Art and RawTherapee behave the same here.
My question: what’s wrong with the regex re:Nikon 50?
Any ideas?