Al Programming
Free source code programming in C#, VB.Net, Java, SQL
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"
, @"\.");
Newer Post
Older Post
Home