Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kd_clients/core/Utils.ts>Utils.splitBy

Various HTTP clients for miscellaneous use.
Latest
method Utils.splitBy
import { Utils } from "https://deno.land/x/kd_clients@v1.0.0-preview.13/core/Utils.ts";

Splits the given value by the given separator.

Parameters

value: string

The value to split.

separator: string

The separator to split the value by.

Returns

string[]

The values split by the given separator.