Discussion:
Using wildcards in CString::Find()
(too old to reply)
Alur
2005-01-31 16:45:04 UTC
Permalink
Using wildcards in CString::Find()

I’d like to use the wildcards(" * ", " ? " and other) in CString::Find(),
but it does not work. Always it returns -1.
Could you advice me ?
I must do the complicated searching. Maybe there are other ways for the
substring searching .

Alur.
Rodrigo Corral [MVP]
2005-01-31 17:05:12 UTC
Permalink
You can use CAtlRegExp or GRETA
http://research.microsoft.com/projects/greta/
--
Regards,
Rodrigo Corral González [MVP]

FAQ de microsoft.public.es.vc++
http://rcorral.mvps.org
Loading...