Skip to main content
Module

x/rambda/rambda.js>split

Faster and smaller alternative to Ramda
Latest
function split
import { split } from "https://deno.land/x/rambda@v9.2.0/rambda.js";

Curried version of String.prototype.split

Parameters

separator: string | RegExp

Returns

(str: string) => string[]

Parameters

separator: string | RegExp
str: string

Returns

string[]