/ Id-Extras Forum / Remove Dropwords / Reply To: Remove Dropwords

#6980
Yosef Wexler

    I think this should work:

    Find \s+\r

    Change \r

    If you put in the \r instead of the $ which ID has in there it doesn’t find spaces before line breaks.
    Only thing is since \r isn’t a location like $ you need to in the change but back in the paragraph mark \r if not you’ll end up with paragraphs grouped together.

    Not sure if anything else the built in “remove trailing whitespace” is finding which is missing in above GREP.