README ¶ Slugify For pretty urls. Usage package main import( "github.com/opesun/slugify" "fmt" ) func main() { str := `This is some hungarian text with accents: "Helló, belló."` fmt.Println(slugify.S(str)) } The snippet above will produce: this-is-some-hungarian-text-with-accents-hello-bello Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func S(str string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func S ¶ func S(str string) string Types ¶ This section is empty. Source Files ¶ View all Source files slugify.go Directories ¶ Show internal Expand all Path Synopsis examples Click to show internal directories. Click to hide internal directories.