Copy a certain part of url text

I hope you can help this simple block to make it work.

Basically I just want to copy " any url "that is loaded to the web viewer until the .html part only the remaining extra characters after .html is not copied.

Using regular expression by @Kevinkun

((?:|http|https)\:\/\/)(.*\.(?:html))

2 Likes

@dora_paz and @Kevinkun Thank you it worked its been all day finding a solution for this. Thank you again :slight_smile:

you can use this also… (just telling)

Ok i will try this too. :slight_smile: Thank you

Thank you its working too.

1 Like

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