mirror of
https://github.com/SabreTools/SabreTools.IO.git
synced 2026-02-13 13:46:10 +00:00
SabreTools.Text
This library comprises of text functionality used by other SabreTools projects.
Find the link to the Nuget package here.
SabreTools.Text.Compare
Classes focused on string comparison by natural sorting. For example, "5" would be sorted before "100".
| Class | Description |
|---|---|
NaturalComparer |
Orders string inputs from lowest to highest value, if applicable |
NaturalReversedComparer |
Orders string inputs from highest to lowest value, if applicable |