One common issue aesthetic issue when naming folders is how to account for optional tokens.
For example, say I have a folder I'm naming Last, First Middle Suffix.
I have three people:
Jones, Bob Jr
Jones, Bobby Ray Jr
Jones, Bobby
These three will rename a folder
Jones, Bob Jr (two spaces)
Jones, Bobby Ray Jr
Jones, Bobby (with a trailing space that LF drops automatically)
To take care of that extra space on the first example, I need to go through a series of conditionals to create a token (or a separate rename function) to name it without that space.
I'm wondering if we might be able to add a function into the Token Builder that would allow us to format an existing token with a trailing space (any char would be even better) only if the token is not empty.