MCPcopy Index your code
hub / github.com/RunaCapital/awesome-oss-alternatives / remove_https

Function remove_https

build_website.py:9–12  ·  view source on GitHub ↗
(s: str)

Source from the content-addressed store, hash-verified

7
8
9def remove_https(s: str):
10 s = s.replace("https://", "")
11 s = s.replace("http://", "")
12 return s.strip("/")
13
14
15markdown_template = """

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected