Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- string lineTithText = "You win some. You lose some.";
- char symbol = ' ';
- string[] substrings = lineTithText.Split(symbol);
- foreach (var substring in substrings)
- {
- Console.WriteLine($"Substring: {substring}");
- }
Advertisement
Add Comment
Please, Sign In to add comment