
Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Looks like a search for [^32^t^s]@ only gets one character at a time.
>
[quoted text clipped - 18 lines]
>>> --
>>> Bryan
That worked, thanks, Graham! Can you give me an explanation of what the
"{1,}" does; or better yet, where I can please find a good tutorial to learn
more about "normal expressions"? (assuming that that's what this subject is
called)

Signature
Bryan
> Use [^32^t^s]{1,} instead
>
[quoted text clipped - 20 lines]
> >>> --
> >>> Bryan
Graham Mayor - 16 Feb 2007 07:16 GMT
{1,} means one or more of the preceding characters. For the tutorial see
http://www.gmayor.com/replace_using_wildcards.htm

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> That worked, thanks, Graham! Can you give me an explanation of what
> the "{1,}" does; or better yet, where I can please find a good
[quoted text clipped - 34 lines]
>>>>> --
>>>>> Bryan
That worked, thanks, Graham! Can you give me an explanation of what the
"{1,}" does; or better yet, where I can please find a good tutorial to learn
more about "normal expressions"? (assuming that that's what this terminology
is called)
Also, is there a way to search out a whole word with wildcards?

Signature
Bryan
> Use [^32^t^s]{1,} instead
>
[quoted text clipped - 20 lines]
> >>> --
> >>> Bryan
muyBN - 15 Feb 2007 21:14 GMT
Sorry about the duplicate post. "Regular expressions" is the correct
term--anything but regular!

Signature
Bryan
> That worked, thanks, Graham! Can you give me an explanation of what the
> "{1,}" does; or better yet, where I can please find a good tutorial to learn
[quoted text clipped - 27 lines]
> > >>> --
> > >>> Bryan
muyBN - 15 Feb 2007 22:23 GMT
Through further research, answered my own questions: "{1,}" = one or more
characters matching the preceding criteria.
Sources: I started off with
http://visualbasic.about.com/od/usingvbnet/l/blregexa.htm which had some
examples and other references. The linking article there that helped me most
was http://www.4guysfromrolla.com/webtech/090199-1.shtml.

Signature
Bryan
> That worked, thanks, Graham! Can you give me an explanation of what the
> "{1,}" does; or better yet, where I can please find a good tutorial to learn
[quoted text clipped - 27 lines]
> > >>> --
> > >>> Bryan