I have a dumb question, but cannot find an answer:
I've got a string like
-"The day is Oct 2004 and it is nice outside"
-"Today is Nov 2003 and I am hungry"
-"The day is Jan 1999"
How can I do a Replace on this using a wildcard to match "Oct 2004" or
"Nov 2003" , i.e. the pattern: [??? ####]
Thanks!
Mark
jimfortune@compumarc.com - 31 Dec 2004 19:30 GMT
> I have a dumb question, but cannot find an answer:
>
[quoted text clipped - 9 lines]
>
> Mark
Perhaps something like:
http://groups-beta.google.com/group/comp.databases.ms-access/msg/35c2ba81114e9817
can be used to update strings using Regular Expressions.
James A. Fortune
Visual Studio has probably reinvented itself more times than Madonna
:-).