Register collation
Fixes #163 (closed)
Adds RegisterCollation and MustRegisterCollation to register custom collations.
They accept:
- The name of a collation
- A function
func(left, right string) int)which sorts the strings
Fixes #163 (closed)
Adds RegisterCollation and MustRegisterCollation to register custom collations.
They accept:
func(left, right string) int) which sorts the strings