Page 1 of 1

text string extraction question

PostPosted: Mon Feb 03, 2020 6:56 pm
by Sean Sebastian
How do I extract characters 6-10 (i.e., the 5 characters starting at the 6th position from the beginning) and append them to a file name?

Re: text string extraction question

PostPosted: Tue Feb 04, 2020 12:32 pm
by Mr_Noodle
With a match pattern, you could create a pattern which matches 5 character, then have a custom attribute which matches, and captures, the next 5 characters. You can then use that custom attribute in the Rename action.