Search This Blog

Wednesday, June 24, 2015

C# Regex to match the words with dot

C#Text > Regular Expressions > Split with dot


 string[] substrings = Regex.Split("test.regex.dot", @"\.");