Topic: Is there a way to insert a literal - dash?
This is more of a usage question:
I am using the suggested image renaming pattern for synced renaming of JPG and raw files:
%e-LiteralText%nc.%e;%f[2]
I would like to rename to something like LiteralText-NNN.*, tried
%e-LiteralText-%nc.%e;%f[2]
and various variations of escape characters without luck.
Underscore works fine of course,
%e-LiteralText_%nc.%e;%f[2]
produces expected results of LiteralText_NNN.*
Perhaps this is covered in the help text but I was unable to find it looking for 'literal' and 'escape' words.