Regex - 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. Something else now.
New line. Halo. Text. Are You ok."
I need a regex to find all sentences (between .) except ones with the word "else" within it. I'm trying many regex patterns but nothing works.
Can I do this with regex?