1
0
mirror of https://github.com/Luzifer/mondash.git synced 2024-09-20 09:22:58 +00:00
mondash/vendor/github.com/extemporalgenome/slug/README.md

10 lines
421 B
Markdown

# slug
See the [API docs](http://go.pkgdoc.org/github.com/extemporalgenome/slug).
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.