To the first Word

S

Steved

Hello from Steved

11. 882P0 Massa Carrara (4) 4g b

In Find if I use [A-Z]and the wildcard it will do as it
is suppossd to do and hightlight the first Letter in this
case P is it possible to in find dialog box to have it
find the first word in this case Massa.

Thankyou.
 
J

Jay Freedman

Steved said:
Hello from Steved

11. 882P0 Massa Carrara (4) 4g b

In Find if I use [A-Z]and the wildcard it will do as it
is suppossd to do and hightlight the first Letter in this
case P is it possible to in find dialog box to have it
find the first word in this case Massa.

Thankyou.

Hi Steve,

Yes. Still using wildcards, search for

<[A-Za-z]@>

The < and > mean the beginning and end of a word, the [A-Za-z] means "any
upper case or lower case letters", and the @ sign means "one or more
characters that match the preceding expression".
 
G

Guest

Try this:

^w^$

What that does is find a letter preceeded with a space. The only problem is
it'll find every word that follows a space, and not include those words that
start a new line as they don't have a preceeding space. Does this work
around help?
 
S

Steved

Thankyou both Very much
-----Original Message-----
Steved said:
Hello from Steved

11. 882P0 Massa Carrara (4) 4g b

In Find if I use [A-Z]and the wildcard it will do as it
is suppossd to do and hightlight the first Letter in this
case P is it possible to in find dialog box to have it
find the first word in this case Massa.

Thankyou.

Hi Steve,

Yes. Still using wildcards, search for

<[A-Za-z]@>

The < and > mean the beginning and end of a word, the [A- Za-z] means "any
upper case or lower case letters", and the @ sign means "one or more
characters that match the preceding expression".

--
Regards,
Jay Freedman
Microsoft Word MVP


.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top