h e l l o w o r l d
RegEx.Split
Dim myString As String = "Hello World" Dim withNoSpaces As String = myString.Replace(" ", "") For Each c As Char In withNoSpaces Console.WriteLine(c) Next
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)