kebab-case
Function
Converts text to kebab-case format (lowercase with hyphens)
Syntax
$text = kebab-case "Hello World"
with literal text
$text = kebab-case $title
with variable text
Converts text to kebab-case format (lowercase with hyphens)
$text = kebab-case "Hello World"
with literal text
$text = kebab-case $title
with variable text