How do I escape a forward slash in keywords? #3294
-
I want to remove
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Your filename problem is most likely solved with e081b1f, which removes As for your original question: Not possible. Alternatively, you could have used conditional format strings and removed the first 6 characters when
|
Beta Was this translation helpful? Give feedback.
Your filename problem is most likely solved with e081b1f, which removes
media/
from Nitter filenames.As for your original question: Not possible.
You can change the "argument separator" from
/
to some other character with theformat-separator
option and then just use literal forward slashes as regular characters, but that option is global and affects everything else as well.(I really need to implement a proper parser and better syntax for these format string options)
Alternatively, you could have used conditional format strings and removed the first 6 characters when
filename
starts withmedia/
: