Use a Regular Expression to Initialize a String Array (VB.NET)
Want to declare and initialize a string array, but tired of typing all those quotes and commas? Try this method instead. First, add the Imports System.Text.RegularExpressions line to the top