text string extraction question

Get help. Get answers. Let others lend you a hand.

Moderator: Mr_Noodle

text string extraction question 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?
Sean Sebastian
 
Posts: 6
Joined: Mon Feb 03, 2020 6:44 pm

Re: text string extraction question 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.
Mr_Noodle
Site Admin
 
Posts: 11193
Joined: Sun Sep 03, 2006 1:30 am
Location: New York City


Return to Support

cron