Nog CLI Developer Guide - v0.10.5
Preparing search index...
utils/naming
toKebabCase
Function toKebabCase
toKebabCase
(
str
:
string
)
:
string
Converts a string to kebab-case. Examples:
"HelloWorld" => "hello-world"
"helloWorld" => "hello-world"
"hello_world" => "hello-world"
Parameters
str
:
string
The string to convert
Returns
string
The string in kebab-case format
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Nog CLI Developer Guide - v0.10.5
Loading...
Converts a string to kebab-case. Examples: