© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•17mo ago•
6 replies
Avnitro

✅ Strings

StringBuilder newCrustacean = new StringBuilder();
newCrustacean.Append("fiddler crab");
Console.WriteLine(newCrustacean);
newCrustacean.Remove(0,8);
Console.WriteLine(newCrustacean);

I defined stringbuilder like this. If I say delete (0,8), c needs to be deleted as well, why not just
The word fiddler and the space are deleted.
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Manipulating Strings
C#CC# / help
15mo ago
❔ Help with strings
C#CC# / help
4y ago
❔ multi-line strings
C#CC# / help
4y ago
Compare Strings better way.
C#CC# / help
13mo ago