MCPcopy Create free account
hub / github.com/chanced/caps / Unicode

Struct Unicode

token/caser.go:32–32  ·  view source on GitHub ↗

Unicode is a Caser which uses the default unicode casing functions.

Source from the content-addressed store, hash-verified

30
31// Unicode is a Caser which uses the default unicode casing functions.
32type Unicode struct{}
33
34var (
35 // Turkish is a Caser which uses unicode.TurkishCase rules.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected