package
0.0.0-20250206101203-bd6683890685
Repository: https://github.com/dockerian/go-coding.git
Documentation: pkg.go.dev
# Functions
ByCaseInsensitive sort case-insensitive strings.
ComparebyCaseInsensitive compares strings by case-insensitivity.
CompareByLength compares strings by length.
LessByCaseInsensitivity compares strings by case-insensitivity.
LessByLength compares strings by length.
Reverse a string.
ReverseWords reverses a string by words.
# Variables
ByCaseInsensitivity is a By function for string sorting.
ByLength is a By function for string sorting.