Removing parts of the URI-Path without regex?

Hey there,
I´ve got URIs like [Preformatted text](http://example.com/path1/path2/files)
I want to change the URI to [Preformatted text](http://example.com/path2/files) (ideally, without the user noticing)
Is therer an easy way to do this in the free plan? I know that regex_replace can do this
Kind regards,
Max

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.