I have collected my most used string algorithms under a single class. Kurulum için : NuGet\Install-Package MyStringExtensions -Version 1.0.0

Örnek kod: string sourceText = "++a little Bunny raBBit waNdering in a huge Forest"; Console.WriteLine(sourceText.Cut(5)); //Output: "++a l"

Your comment will be visible after approval