How to get Folder Url from Item Url using filtering

  • 9 August 2017
  • 1 reply
  • 3 views

Badge +1

Hi,

I've Item Url with me. How to filter this URL and get folder URL using inline functions.

Item URL: "http://path/to/a/filename.txt"

Result: "http://path/to/a"

Thanks,

Pandiarajan


1 reply

Userlevel 5
Badge +14

use regular expression action with following pattern

[^/]+$

206435_pastedImage_1.png

Reply