cancel
Showing results for 
Search instead for 
Did you mean: 

Replace function - wildcards?

PerNielsen
Level 2
I have a path name and want to isolate the last part. I.e. C:\part1\part2\part3 And I need to isolate part3 replace([path], "%") doesn't work. Any other ways?
3 REPLIES 3

VijayDodamani
Level 5
You can use a Utility - String's Split text action, which will return you a collection of text based on separator you give. Once we got the collection, get the last collection field value.

TetsujiJunicho
Level 9
Hi You could use a Utility - String's IsStrRev action to ""to see if one pieice of text contains another pieice of sub text but matches in reverse"". Hope this helps.  

LizavetaIzotav1
Level 2
Hi You could use a Utility - File Management Split Path action, in output you are getting Folder  (C:\part1\part2) and File Name (part3). It works both for directory path and file path in input.