Rename files using first word of title?
Hello all,
When creating custom file renaming formulas, is it possible to specify a formula that uses a specific quantity of words from the title rather than a specific quantity of characters? I'm imagining a formula that truncates after a specific number of special characters (i.e. spaces or hyphens).
I'm new to the syntax of these formulas and not sure what keywords to "google" for more information.
Thanks!
When creating custom file renaming formulas, is it possible to specify a formula that uses a specific quantity of words from the title rather than a specific quantity of characters? I'm imagining a formula that truncates after a specific number of special characters (i.e. spaces or hyphens).
I'm new to the syntax of these formulas and not sure what keywords to "google" for more information.
Thanks!
{{ title case="lower" replaceFrom="^([^ ]+)\s+.*" replaceTo="$1" }}