Topic: Char count modifier
Feature request "char count"
How can i find the amount of the chars in an file name /part ?
How about an new option like %Xc which return the amount of the chars ?
example: first test.exe
expr: %bc
Result: 10
expr: %fc
result. 14
expr: %bc[1]
result: 5
Needed in first for sorting file name by length in Siren
but maybe for other issues too.