tag:blogger.com,1999:blog-8544609315733972726.post-33653457551265499372008-05-13T21:22:00.000-06:002008-05-13T21:22:00.000-06:00To the Anonymous commenter regarding replacing bla...To the Anonymous commenter regarding replacing blank lines....<BR/><BR/>Remember that paragraphs are single lines in Writer (or any Word Processor, for that matter), so the caret (beginning of line) and DollarSign (End of Line) combo (^$) is a blank line, not just a blank paragraph as indicated in the blog entry above.<BR/><BR/>You then want to repeat it (because the RegEx in Writer doesn't have {min,max} features) with a backreference ( use "$1"), with a plus-sign, since you want at least one (contrast this with the asterisk/star ("*") which matches zero or more.<BR/><BR/>You'll want something like:<BR/><BR/>(^$)$1+ as your seaerch pattern.Fionnhttp://www.blogger.com/profile/08804691499081321229noreply@blogger.com