it would be strange if there wasn't a way to match part of a page set name aside from the prefix.
I want one line of code that works on hundreds of different files and pagesets:
"636_PrintPlanet_Winter2020_final.pdf" to "F1-R1-363_CHICAGO"
"433_PrintPlanet_Winter2020_final.pdf" to "F1-R2-433_NEWYORK"
"123_PrintPlanet_Winter2020_final.pdf" to "F1-R3-123_SEATTLE"
it seems we're pretty limited in term of what are allowed in the ASSIGN statement for the page set: page_name, layer_number, position_number, and page_set_name or page_set_prefix. I think it should allow for custom parameters which make their product that much easier to work with and that much more powerful. For example:
"[#versioncode]_PrintPlanet_Winter2020_final.pdf" to "F1-R1-[#versioncode]_CHICAGO"