Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
341 views
in Technique[技术] by (71.8m points)

text - How do I delete lines that don't have symbols and capital letters?

if I had a txt file like this:

aBC$

abc

ABC

abc$

bAc!

How would I remove the lines where is doesn't have a symbol AND capital letter? I cannot delete them manually because I'm dealing with files more than a thousand lines. My wanted output would be:

aBC$

bAc!

I use emEditor and notepad++

question from:https://stackoverflow.com/questions/66067463/how-do-i-delete-lines-that-dont-have-symbols-and-capital-letters

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...