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