tango.text.locale.Collation

Members

Aliases

StringComparison
alias StringComparison = int delegate(const(char)[], const(char)[])

Delegate. Represents the method that will handle the string comparison. Remarks: The delegate has the signature int delegate(const(char)[], const(char)[]).

Classes

StringComparer
class StringComparer

Compares strings using the specified case and cultural comparision rules.

StringSorter
class StringSorter

Sorts strings according to the rules of the specified culture.

Meta

License

BSD style: $(LICENSE)

Version

Initial release: 2005

Authors

John Chapman