Skip to content

Commit

Permalink
New docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
eriksvedang committed Nov 8, 2018
1 parent 2b09e7b commit ded4c4c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions docs/core/Pattern.html
Expand Up @@ -201,6 +201,26 @@ <h3 id="find">

</p>
</div>
<div class="binder">
<a class="anchor" href="#find-all">
<h3 id="find-all">
find-all
</h3>
</a>
<div class="description">
external
</div>
<p class="sig">
(λ [&amp;Pattern, &amp;String] (Array Int))
</p>
<span>

</span>
<p class="doc">
<p>Finds all indices of a pattern in a string. Returns [] otherwise.</p>

</p>
</div>
<div class="binder">
<a class="anchor" href="#from-chars">
<h3 id="from-chars">
Expand Down
2 changes: 1 addition & 1 deletion docs/core/String.html
Expand Up @@ -918,7 +918,7 @@ <h3 id="split-by">
(λ [&amp;String, (Ref (Array Char))] (Array String))
</p>
<pre class="args">
(split-by _s separators)
(split-by s separators)
</pre>
<p class="doc">
<p>Split a string by separators.</p>
Expand Down

0 comments on commit ded4c4c

Please sign in to comment.