Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to find the paragraphs that don't end in ".? ! " In notepad++ using regex?

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 343
    Answer it

    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:
     

     

    .*[^(.\!\)]$

     

     

    .*(?:(?!.\.!\).).$

     

     

    .*[^(\.\!\)]$

 0 Answer(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: