Global

Members

(constant) toCamelCase

Converts all the alphabetic characters in a string to camel case.
Source:

(constant) toCharArray

Converts a string to an array of characters.
Source:

(constant) toCurrency

Takes a number and returns it in the specified currency formatting..
Source:

(constant) toKebabCase

Converts all the alphabetic characters in a string to kebab case.
Source:

(constant) toSnakeCase

Converts all the alphabetic characters in a snake case string.
Source:

(constant) toTitleCase

Converts all the alphabetic characters in a string to title case.
Source: