Quote:
Originally Posted by jlocicero
I want to remove instances of two spaces in a book I am editing. If I just seach for " " (two spaces) I get a lot of hits in parts of the book that are not book content - like css code.
What search term can I use to find two spaces in only text of the book?
|
NOT TESTED
REGEX
find 2 or more space between words
total removal

you might want 1 after the \1

most render engines collapse multiple consecutive spaces anyway, so except for file size growth... why bother
EXCEPTION: inside a <Pre tag