Integromat / Make – Parse Website Address and Extract Domain?

I am trying to use an integration tool called Integromat (now know as Make) and they have a Text Parser option where I believe I can do what I want, but I am not sure how.

I am setting up a flow and have a webhook set up that receives a payload from another system. One of the fields in the payload is “website link”. It looks like this:

http://www.example.com and also like http://example.com

I want to remove the http:// and also the http://www. when it occurs and be left with the domain name.

I am not finding good search results for this problem as the company is named “make” so I get unintended results. I also looked through their docs and can’t find anything around string replacement that lines up with what I’m trying to do.

I’ve attached a screenshot if it helps show the text parser.

enter image description here