In one possible workflow I have incoming files that aren't always consistently named, but there's a consistent part in the filename I could match with a regular expression and use for output naming etc... It would be great to have a way to implement that (perhaps within the custom variables processor).
So for example I have files that all contain EPnnnn in their names (where nnnn is a four-digit number)... I want to capture that ( /(EP\d{4})/ ) and use it elsewhere (in Folder output for example).
Regular Expressions
Re: Regular Expressions
Hi dylanreeve,
Great idea! I will look into it.
-steinar
Great idea! I will look into it.
-steinar