I'd like to sort files into subfolders based on part of the file name—everything before a dash. Sometimes there will be one word before the dash. Other times, there might be multiple words. For example:
I'd like to sort:
"Lewis - The Lion, the Witch, and the Wardrobe.pdf" to "/Lewis/Lewis - The Lion, the Witch, and the Wardrobe.pdf"
"C.S. Lewis Institute - A Study of C.S. Lewis.pdf" to "/C.S. Lewis Institute/C.S. Lewis Institute - A Study of C.S. Lewis.pdf"
I can sort the former using the "name matches" and "custom text" token. Is it possible to have a token include spaces?