- Strings.cs: string extension methods such as string.Chop(), .MaskStart(), .MaskEnd(), .ToWikiWords(), .PascalCaseToWords() .WithWhiteSpaceRemoved()
- StringJoinWhereNotNull.cs: String.Join() alternatives for removing null entries
- StringJoinWhereNotNullOrEmpty.cs: String.Join() alternatives for removing null and empty entries
- TrimEnd(this string? str, string terminator)
- Trims the specified terminator string from the end of the input string if it exists.