mirror of
https://github.com/Luzifer/mondash.git
synced 2024-11-10 00:20:02 +00:00
9 lines
421 B
Markdown
9 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.
|