Skip to main content

StringUtils

Constructors

new StringUtils()

new StringUtils(): StringUtils

Returns

StringUtils

Methods

camelCaseToSentence()

static camelCaseToSentence(s, o?): any

Parameters

ParameterType
sstring
o?object
o.capitalizeConjunctions?boolean
o.capitalizeFirst?boolean
o.capitalizeNext?boolean

Returns

any

Source

src/helpers.ts:198


hashCode()

static hashCode(s): number

Parameters

ParameterType
sstring

Returns

number

Source

src/helpers.ts:186