下面是我的文字
This is my first java Program. I am new to java program. but my program is successfully running without any. issues. Thanks to all
它应该像
This is my first java Program.
I am new to java program. but my program is successfully running without any. issues.
Thanks to all.
正则表达式应采用以下模式
1.dot
2.followed by space
3.followed by capital letter word(not lowecase)
我试过这个
\\.\\w[A-Z]
\\.\\s\s[A-Z]
\\.(?!\\w)
但未能得到它。