extemporalgenome / slug

Go package for producing slugs, with slight sensitivity toward non-latin languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slug

See the API docs.

Latin-ish inputs should have very stable output. All inputs are passed through an NFKD transform, and anything still in the unicode Letter and Number categories are passed through intact. Anything in the Mark or Lm/Sk categories (modifiers) are skipped, and runs of characters from any other categories are collapsed to a single hyphen.

About

Go package for producing slugs, with slight sensitivity toward non-latin languages

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%