Hi guys, I am trying to automate my alembic imports by using a string replace on my File path. For example: on my alembic File Name parameter I've written the expression -
`strreplace($HIP, "home/fx", "fx/waterfountain_v001")`.abc
I would like to be able to replace the version number with a wildcard so that it picks up the file regardless of what the version number is, but an (*)asterisk doesn't work. How should that be scripted?
Thank you in advance!