Expression - find all phrases except the one including specific word
- by ekapek
Hi,
I have a text file with text like:
"Lorem ipsum text. Second lorem ipsum. How are You. It's
ok. Done. Somthing else now.
New line. Halo. Text. Are You ok."
I need regex to find all sentences (betwen .) except that ones with word "else" withiin it. I'm trying many regex but nothing work
Can I do this with regex?