over 5 years ago
I want to find the paragraphs in a text that don't end in ".?!" in notepad++ using regex. I have tried multiple codes, but in all of them the paragraph ending in "." is also found (which is not what I am looking for). What I have tried:
.*[^(.\!\)]$
.*(?:(?!.\.!\).).$
.*[^(\.\!\)]$
Starting with Chrome version 45, NPAPI is no longer supported for Google Chrome. For more information, see Chrome and NPAPI (blog.chromium.org).
Firefox and Microsoft Internet Explorer are recommended browsers for websites using java applets.
Chrome Version Support
Are you sure, you want to delete this comment?
Sign up using
0 Answer(s)