Skip to contents

It generates slug URLs as WordPress does

Usage

sanitize_title_with_dashes(title)

Arguments

title

the title

Examples

sanitize_title_with_dashes("Hello world")
#> [1] "hello-world"