-
Notifications
You must be signed in to change notification settings - Fork 0
string.string.prototype.String
Thanh Luan edited this page Apr 8, 2023
·
1 revision
string/string.prototype.String
- camelCaseToSnakeCase
- createInternalString
- removeAccents
- removeNonASCII
- removeNonWord
- snakeCaseToCamelCase
- stripHtmlTags
- toCamelCase
- toPascalCase
- toProperCase
- unCamelCase
- upperCaseFirstLetter
▸ camelCaseToSnakeCase(this): string
| Name | Type |
|---|---|
this |
string |
string
▸ createInternalString(this): string
| Name | Type |
|---|---|
this |
string |
string
▸ removeAccents(this): string
| Name | Type |
|---|---|
this |
string |
string
▸ removeNonASCII(this): string
| Name | Type |
|---|---|
this |
string |
string
▸ removeNonWord(this): string
| Name | Type |
|---|---|
this |
string |
string
▸ snakeCaseToCamelCase(this): string
| Name | Type |
|---|---|
this |
string |
string
▸ stripHtmlTags(this): string
| Name | Type |
|---|---|
this |
string |
string
▸ toCamelCase(this): string
| Name | Type |
|---|---|
this |
string |
string
▸ toPascalCase(this): string
| Name | Type |
|---|---|
this |
string |
string
▸ toProperCase(this): string
| Name | Type |
|---|---|
this |
string |
string
▸ unCamelCase(this): string
| Name | Type |
|---|---|
this |
string |
string
▸ upperCaseFirstLetter(this): string
| Name | Type |
|---|---|
this |
string |
string