diff --git a/docs/core/Pattern.html b/docs/core/Pattern.html index 9c4ae3b14..30252f3bb 100644 --- a/docs/core/Pattern.html +++ b/docs/core/Pattern.html @@ -201,6 +201,26 @@

+
+ +

+ find-all +

+
+
+ external +
+

+ (λ [&Pattern, &String] (Array Int)) +

+ + + +

+

Finds all indices of a pattern in a string. Returns [] otherwise.

+ +

+

diff --git a/docs/core/String.html b/docs/core/String.html index 3aa557dcb..8fef085c9 100644 --- a/docs/core/String.html +++ b/docs/core/String.html @@ -918,7 +918,7 @@

(λ [&String, (Ref (Array Char))] (Array String))

-                    (split-by _s separators)
+                    (split-by s separators)
                 

Split a string by separators.