下面是我的文字
Welcome to java programming 1) Oops concepts a) Encapsulation A) Abstraction I) Inheritance • Polymorphism
2)sample program on java 1.Project source code
sample text files • sample.txt b)sam.txt
我想根据以下模式拆分文本并删除项目符号
1)any bullet 1)I)a)A)•
2)followed by space
3)followed by uppercase word
所以我想生成以下结果
Welcome to java programming
Oops concepts
Encapsulation
Abstraction
Inheritance
Polymorphism
sample program on java
Project source code
Please suggest me how to do this
sample text files
sample.txt
sam.txt 谢谢