Added docs.

This commit is contained in:
Erik C. Thauvin 2020-03-02 20:33:22 -08:00
parent 597b5516e1
commit 166ca8af06
51 changed files with 1725 additions and 2 deletions

View file

@ -0,0 +1,14 @@
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>Utils.Companion.removeHttp - bitly-shorten</title>
<link rel="stylesheet" href="../../../../style.css">
</HEAD>
<BODY>
<a href="../../../index.html">bitly-shorten</a>&nbsp;/&nbsp;<a href="../../index.html">net.thauvin.erik.bitly</a>&nbsp;/&nbsp;<a href="../index.html">Utils</a>&nbsp;/&nbsp;<a href="index.html">Companion</a>&nbsp;/&nbsp;<a href="./remove-http.html">removeHttp</a><br/>
<br/>
<h1>removeHttp</h1>
<code><span class="identifier">@NotNull</span> <span class="keyword">fun </span><span class="identifier">removeHttp</span><span class="symbol">(</span><span class="identifier">@NotNull</span> <span class="identifier">$this$removeHttp</span><span class="symbol">:</span>&nbsp;<span class="identifier">java.lang.String</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">java.lang.String</span></code>
<p>Removes http(s) scheme from string.</p>
</BODY>
</HTML>