Replace function - wildcards?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-11-18 02:58 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-11-18 03:41 PM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-11-18 02:04 PM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-12-18 11:48 AM
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.
