Languages
[Edit]
EN

C# / .NET - split string and remove empty substrings

3 points
Created by:
Theodora-Battle
528

In C# / .NET it is possible to split string and remove empty substrings in following way.

1. Split by single character String.Split method example

Edit

Output:

2. Split by string String.Split method example

Edit

Output:

3. Split by array of chars String.Split method example

Edit

Output:

4. Split by array of strings String.Split method example

Edit

Output:

References

Edit
  1. String.Split Method - Microsoft Docs
1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join