Page 1 of 1

Regular Expressions

Posted: Fri Aug 19, 2016 4:48 am
by dylanreeve
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).

Re: Regular Expressions

Posted: Fri Aug 19, 2016 7:39 pm
by admin
Hi dylanreeve,

Great idea! I will look into it. :-)

-steinar