@hashgraph/solo
Preparing search index...
src/business/utils/string-ex
StringEx
Class StringEx
Index
Properties
DASH
EMPTY
PERIOD
UNDERSCORE
Methods
camel
Case
To
Kebab
is
Dashed
is
Empty
is
Underscored
is
Uppercase
kebab
To
Camel
Case
noun
Case
snake
To
Camel
Case
snake
To
Dot
Case
verb
Case
Properties
Static
Readonly
DASH
DASH
:
string
= '-'
Static
Readonly
EMPTY
EMPTY
:
string
= ''
Static
Readonly
PERIOD
PERIOD
:
string
= '.'
Static
Readonly
UNDERSCORE
UNDERSCORE
:
string
= '_'
Methods
Static
camel
Case
To
Kebab
camelCaseToKebab
(
key
:
string
)
:
string
Parameters
key
:
string
Returns
string
Static
is
Dashed
isDashed
(
value
:
string
)
:
boolean
Parameters
value
:
string
Returns
boolean
Static
is
Empty
isEmpty
(
value
:
string
)
:
boolean
Parameters
value
:
string
Returns
boolean
Static
is
Underscored
isUnderscored
(
value
:
string
)
:
boolean
Parameters
value
:
string
Returns
boolean
Static
is
Uppercase
isUppercase
(
value
:
string
)
:
boolean
Parameters
value
:
string
Returns
boolean
Static
kebab
To
Camel
Case
kebabToCamelCase
(
value
:
string
)
:
string
Parameters
value
:
string
Returns
string
Static
noun
Case
nounCase
(
value
:
string
)
:
string
Parameters
value
:
string
Returns
string
Static
snake
To
Camel
Case
snakeToCamelCase
(
value
:
string
)
:
string
Parameters
value
:
string
Returns
string
Static
snake
To
Dot
Case
snakeToDotCase
(
value
:
string
)
:
string
Parameters
value
:
string
Returns
string
Static
verb
Case
verbCase
(
value
:
string
)
:
string
Parameters
value
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
DASH
EMPTY
PERIOD
UNDERSCORE
Methods
camel
Case
To
Kebab
is
Dashed
is
Empty
is
Underscored
is
Uppercase
kebab
To
Camel
Case
noun
Case
snake
To
Camel
Case
snake
To
Dot
Case
verb
Case
@hashgraph/solo
Loading...