Attributes
Members list
Type members
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Converts to camelCase e.g.: PascalCase => pascalCase
Converts to camelCase e.g.: PascalCase => pascalCase
Value parameters
- name
-
name to be converted to camelCase
Attributes
- Returns
-
camelCase version of the string passed
Converts to kebab-case e.g.: camelCase => camel-case
Converts to kebab-case e.g.: camelCase => camel-case
Value parameters
- name
-
name to be converted to kebab-case
Attributes
- Returns
-
kebab-case version of the string passed
Converts to PascalCase e.g.: camelCase => CamelCase
Converts to PascalCase e.g.: camelCase => CamelCase
Value parameters
- name
-
name to be converted to PascalCase
Attributes
- Returns
-
PascalCase version of the string passed
Converts to snake_case e.g.: camelCase => camel_case
Converts to snake_case e.g.: camelCase => camel_case
Value parameters
- name
-
name to be converted to snake_case
Attributes
- Returns
-
snake_case version of the string passed