Why

  • Thread starter Thread starter Steved
  • Start date Start date
S

Steved

Hello from Steved

<[a-zA-Z]{16,}> using wildcard

Using the above to count 15 Characters.
Replace the below
from Constantley Latness

to Constantley Lat = 15 Characters

What Have I got wrong Please.

Thanks in Advance.
 
Thanks Very much
-----Original Message-----
Not sure what you are asking here. You are searching for a string of letters
containing 16 or more letters -hence the 16 in the string! The string
doesn't look for two words as you have written it.
See http://www.gmayor.com/replace_using_wildcards.htm

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>


Hello from Steved

<[a-zA-Z]{16,}> using wildcard

Using the above to count 15 Characters.
Replace the below
from Constantley Latness

to Constantley Lat = 15 Characters

What Have I got wrong Please.

Thanks in Advance.


.
 
Back
Top