Module

x/rambda/rambda.js>split

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

Curried version of String.prototype.split

Parameters

separator: string | RegExp

Returns

(str: string) => string[]

Parameters

separator: string | RegExp
str: string

Returns

string[]