R
Ryu
I would like to create a regular expression that seperates 2 sentences. For
example,
This is a test. Another test.
Is it possible to seperate them into 2 sentences using Regex in .Net?
example,
This is a test. Another test.
Is it possible to seperate them into 2 sentences using Regex in .Net?