Search & Replace in MS Word Puzzle

2006-12-09 Thread Ola K
Hi guys, I wrote a script that works *almost* perfectly, and this lack of perfection simply puzzles me. I simply cannot point the whys, so any help on it will be appreciated. I paste it all here, the string at the beginning explains what it does: '''A script for MS Word which does the following:

Re: a -very- case sensitive search

2006-12-02 Thread Ola K
tters. So my script was actualy for the english letters inside the hebrew text... --Ola Paul McGuire כתב: > "Ola K" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Hi, > > I am pretty new to Python and I want to make a script that will sear

a -very- case sensitive search

2006-11-25 Thread Ola K
Hi, I am pretty new to Python and I want to make a script that will search for the following options: 1) words made of uppercase characters -only- (like "YES") 2) words made of lowercase character -only- (like "yes") 3) and words with only the first letter capitalized (like "Yes") * and I need to d