Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

split

import { split } from "https://cdn.skypack.dev/lodash-es";
function split(
string2,
separator,
limit,
);
§
split(string2, separator, limit)
[src]

§Parameters

§
string2
[src]
§
separator
[src]
§
limit
[src]