.Net Developer's
for the .net
Search This Blog
Thursday, January 2, 2014
Split Sentence by string
If you want to split String based on some string pattern use Regex split method example.
// Here text is input string and pattern is string to split.
String
[]
sentences
=
Regex
.
Split
(
text
,
pattern
);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment