Skip to content

conversion-library / changeCase / split

Function: split()

ts
function split(value: string): string[]

Split any cased input strings into an array of words.

Parameters

value: string

Returns

string[]

Defined in

node_modules/change-case/dist/index.d.ts:27