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