Skip to content

string.string.prototype.String

Thanh Luan edited this page Apr 8, 2023 · 1 revision

Interface: String

string/string.prototype.String

Table of contents

Methods

Methods

camelCaseToSnakeCase

camelCaseToSnakeCase(this): string

Parameters

Name Type
this string

Returns

string

Defined in

string/string.prototype.ts:8


createInternalString

createInternalString(this): string

Parameters

Name Type
this string

Returns

string

Defined in

string/string.prototype.ts:7


removeAccents

removeAccents(this): string

Parameters

Name Type
this string

Returns

string

Defined in

string/string.prototype.ts:6


removeNonASCII

removeNonASCII(this): string

Parameters

Name Type
this string

Returns

string

Defined in

string/string.prototype.ts:16


removeNonWord

removeNonWord(this): string

Parameters

Name Type
this string

Returns

string

Defined in

string/string.prototype.ts:12


snakeCaseToCamelCase

snakeCaseToCamelCase(this): string

Parameters

Name Type
this string

Returns

string

Defined in

string/string.prototype.ts:9


stripHtmlTags

stripHtmlTags(this): string

Parameters

Name Type
this string

Returns

string

Defined in

string/string.prototype.ts:17


toCamelCase

toCamelCase(this): string

Parameters

Name Type
this string

Returns

string

Defined in

string/string.prototype.ts:11


toPascalCase

toPascalCase(this): string

Parameters

Name Type
this string

Returns

string

Defined in

string/string.prototype.ts:15


toProperCase

toProperCase(this): string

Parameters

Name Type
this string

Returns

string

Defined in

string/string.prototype.ts:14


unCamelCase

unCamelCase(this): string

Parameters

Name Type
this string

Returns

string

Defined in

string/string.prototype.ts:13


upperCaseFirstLetter

upperCaseFirstLetter(this): string

Parameters

Name Type
this string

Returns

string

Defined in

string/string.prototype.ts:10

Clone this wiki locally