Files
2025-12-02 08:21:25 -05:00
..
2025-12-02 08:21:25 -05: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