Posts

Showing posts from October, 2021

Can't find the code you're looking for? Just Suggest a Snippet and I'll add it :)

Remove https www from domain or URL string in Google Sheets

=trim(REGEXEXTRACT(REGEXREPLACE(REGEXREPLACE(A2;"https?://";"");"^(w{3}\.)?";"")&"/";"([^/?]+)"))

SNAPPED!

Popular posts from this blog

Append to a json file python

Setup Mailhog mail server on Ubuntu