Thanks Graham,
Sorry for the multipost, I thought that a programmatic solution may
have been required.
I have tried this search string and it still finds the first word of
every scentence. I will give you a sample paragraph:
"You can click on the Add row button to add an extra Custom Field to
search. You will notice that a new drop down box appears before the
Custom Field drop down box. This will allow you to perform a
Logical Operation between the two fields."
Also, I use 2 spaces after a full stop if that makes any difference.
Thanks.
:
A wildcard search for
[ ][A-Z][a-z]{1,}
replace with
<b>^&</b> format > font > bold will help find, add the tags and
embolden them, but for reasons addressed by Jezebel I would step
through the document rather than replace all.
See
http://www.gmayor.com/replace_using_wildcards.htm
Note that this will embolden the space before the word also. If you
want the leading <b> to be after the space, you will need another
replace routine to move it.
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site
www.gmayor.com
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Wire wrote:
No, I wrote the document, there are no "O'Reilly" like words.
The words are Capitalized because they are Important or Keywords.
I just want to make them all bold as well.
:
You're going to have to proof-read the damn document anyway if
it's already been screwed around with so badly. Apart from words
at the start of sentences, there are likely to be acronyms (and
words like"O'Reilly") that also need special handling. Trying to
automate this is likely to introduce more problems. Maybe not
many, but you still have to find them.
How can I find words which start with a capital letter but are
not the first
word in a sentence (or a paragraph).
I have a document where Key Terms have been Capitalized and I
need to change
all these to <b>Bold</b>.
I know how to change the formatting. I'm having problems
finding ONLY the Capitalized Words without the finding also all
the first words in a scentence.
I also wish to exclude the word "I" of course.