Regular Expressions

Use this forum to request features. Maybe you'll get lucky!
Post Reply
dylanreeve
Posts: 12
Joined: Fri Aug 19, 2016 4:37 am

Regular Expressions

Post 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).
admin
Site Admin
Posts: 1687
Joined: Sat Feb 08, 2014 10:39 pm

Re: Regular Expressions

Post by admin »

Hi dylanreeve,

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

-steinar
Post Reply