Jonathon Blake wrote: > > 5. Search for "\. +[a-z]" (without the quotes) > > 6. Click on 'Find All' > > ((at this point, the first letter of every sentence is highlighted)) > > Do you have an easy way to correct the first letter of every paragraph? > > I have a 1 MB document that is entirely in lower case. I am not > looking forward to manually changing the first letter of every > paragraph.
Yes, I do: 1. Select "Regular expressions" 2. Search for "^[a-z]" (without the quotes) 3. Click on 'Find All' The ^ denotes the beginning of a paragraph. Similar to Perl. Cheers, -- Daniel Carrera | I don't want it perfect, Join OOoAuthors today! | I want it Tuesday. http://oooauthors.org |
